svn commit: r344859 - in head/devel/pty: . files
Emanuel Haupt
ehaupt at FreeBSD.org
Tue Feb 18 10:26:44 UTC 2014
Author: ehaupt
Date: Tue Feb 18 10:26:43 2014
New Revision: 344859
URL: http://svnweb.freebsd.org/changeset/ports/344859
QAT: https://qat.redports.org/buildarchive/r344859/
Log:
Support staging.
Added:
head/devel/pty/files/
head/devel/pty/files/patch-Makefile (contents, props changed)
Modified:
head/devel/pty/Makefile
Modified: head/devel/pty/Makefile
==============================================================================
--- head/devel/pty/Makefile Tue Feb 18 10:24:29 2014 (r344858)
+++ head/devel/pty/Makefile Tue Feb 18 10:26:43 2014 (r344859)
@@ -9,10 +9,6 @@ MASTER_SITES= http://www.mammothcheese.c
MAINTAINER= jimmy at mammothcheese.ca
COMMENT= Helps debug programs which fiddle with their tty settings
-MAN1= pty.1
-MANCOMPRESSED= yes
+PLIST_FILES= bin/pty man/man1/pty.1.gz
-PLIST_FILES= bin/pty
-
-NO_STAGE= yes
.include <bsd.port.mk>
Added: head/devel/pty/files/patch-Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/pty/files/patch-Makefile Tue Feb 18 10:26:43 2014 (r344859)
@@ -0,0 +1,13 @@
+--- ./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
++ ${INSTALL_MAN} pty.1.gz ${DESTDIR}${MANPREFIX}/man/man1/
++ ${INSTALL_PROGRAM} pty ${DESTDIR}${PREFIX}/bin
+
+ deinstall:
+ rm -r ${PREFIX}/bin/pty
More information about the svn-ports-all
mailing list