summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-10 13:28:11 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-10 13:28:11 +0000
commit80092f7944c3c9dc83a8da805a0e765b77b49d91 (patch)
tree335c0037ad1323da044a920457d085b48b475fff
parentAllow staging as a regular user (diff)
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=367834
-rw-r--r--devel/pty/files/patch-Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pty/files/patch-Makefile b/devel/pty/files/patch-Makefile
index 7bc6f20df279..7122c871318d 100644
--- a/devel/pty/files/patch-Makefile
+++ b/devel/pty/files/patch-Makefile
@@ -6,8 +6,8 @@
gzip pty.1
- ${INSTALL_MAN} pty.1.gz ${PREFIX}/man/man1/
- ${INSTALL_PROGRAM} pty ${PREFIX}/bin
-+ ${INSTALL_MAN} pty.1.gz ${DESTDIR}${MANPREFIX}/man/man1/
-+ ${INSTALL_PROGRAM} pty ${DESTDIR}${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