forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
429 B
Text
10 lines
429 B
Text
--- Makefile.orig 2014-03-06 16:09:13.534356472 +0100
|
|
+++ Makefile 2014-03-06 16:09:37.863354792 +0100
|
|
@@ -4,5 +4,5 @@
|
|
all: # Do nothing - this is a python script that needs no build
|
|
|
|
install:
|
|
- ${BSD_INSTALL_SCRIPT} nohtml.py ${PREFIX}/bin
|
|
- ${BSD_INSTALL_MAN} nohtml.1.gz ${PREFIX}/man/man1
|
|
+ ${BSD_INSTALL_SCRIPT} nohtml.py ${DESTDIR}${PREFIX}/bin
|
|
+ ${BSD_INSTALL_MAN} nohtml.1.gz ${DESTDIR}${MANPREFIX}/man/man1
|