opnsense-ports/devel/pty/files/patch-Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
395 B
Text

--- ./Makefile.orig 2014-02-18 11:25:22.776279198 +0100
+++ ./Makefile 2014-02-18 11:25:42.052279336 +0100
@@ -12,8 +12,8 @@
install: pty
gzip pty.1
- ${INSTALL_MAN} pty.1.gz ${PREFIX}/man/man1/
- ${INSTALL_PROGRAM} pty ${PREFIX}/bin
+ ${BSD_INSTALL_MAN} pty.1.gz ${DESTDIR}${MANPREFIX}/man/man1/
+ ${BSD_INSTALL_PROGRAM} pty ${DESTDIR}${PREFIX}/bin
deinstall:
rm -r ${PREFIX}/bin/pty