1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/mkapachepw/files/patch-Makefile
Vanilla I. Shu e5b07cd05f Stagify.
Approved by:	portmgr@ (blanket approval)
2014-07-02 15:52:37 +00:00

11 lines
453 B
Plaintext

--- Makefile.orig 2014-07-02 23:49:40.260474835 +0800
+++ Makefile 2014-07-02 23:49:58.526475874 +0800
@@ -4,5 +4,5 @@
all: # Do nothing - this is a python program
install:
- install -c -o root -g wheel -m 500 mkapachepw.py ${PREFIX}/bin
- ${BSD_INSTALL_MAN} mkapachepw.1.gz ${PREFIX}/man/man1
+ install -c -o root -g wheel -m 500 mkapachepw.py $(DESTDIR)${PREFIX}/bin
+ ${BSD_INSTALL_MAN} mkapachepw.1.gz $(DESTDIR)${PREFIX}/man/man1