svn commit: r367834 - head/devel/pty/files

Antoine Brodin antoine at FreeBSD.org
Wed Sep 10 13:28:12 UTC 2014


Author: antoine
Date: Wed Sep 10 13:28:11 2014
New Revision: 367834
URL: http://svnweb.freebsd.org/changeset/ports/367834
QAT: https://qat.redports.org/buildarchive/r367834/

Log:
  Allow staging as a regular user

Modified:
  head/devel/pty/files/patch-Makefile

Modified: head/devel/pty/files/patch-Makefile
==============================================================================
--- head/devel/pty/files/patch-Makefile	Wed Sep 10 13:22:02 2014	(r367833)
+++ head/devel/pty/files/patch-Makefile	Wed Sep 10 13:28:11 2014	(r367834)
@@ -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


More information about the svn-ports-head mailing list