svn commit: r357046 - in head/misc/detachtty: . files

Vanilla I. Shu vanilla at FreeBSD.org
Sun Jun 8 15:36:34 UTC 2014


Author: vanilla
Date: Sun Jun  8 15:36:32 2014
New Revision: 357046
URL: http://svnweb.freebsd.org/changeset/ports/357046
QAT: https://qat.redports.org/buildarchive/r357046/

Log:
  Stagify.

Modified:
  head/misc/detachtty/Makefile
  head/misc/detachtty/files/patch-aa
  head/misc/detachtty/pkg-plist

Modified: head/misc/detachtty/Makefile
==============================================================================
--- head/misc/detachtty/Makefile	Sun Jun  8 15:23:03 2014	(r357045)
+++ head/misc/detachtty/Makefile	Sun Jun  8 15:36:32 2014	(r357046)
@@ -13,14 +13,8 @@ COMMENT=	Run interactive programs non-in
 WRKSRC=		${WRKDIR}/${PORTNAME}-9
 USES=		gmake
 
-MAN1=		detachtty.1
-MLINKS=		detachtty.1 attachtty.1
-MANCOMPRESSED=	no
-
-NO_STAGE=	yes
 post-install:
-.if !defined(NO_INSTALL_MANPAGES)
-	${INSTALL_MAN} ${WRKSRC}/detachtty.1 ${MANPREFIX}/man/man1
-.endif
+	${INSTALL_MAN} ${WRKSRC}/detachtty.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/detachtty.1 ${STAGEDIR}${MANPREFIX}/man/man1/attachtty.1
 
 .include <bsd.port.mk>

Modified: head/misc/detachtty/files/patch-aa
==============================================================================
--- head/misc/detachtty/files/patch-aa	Sun Jun  8 15:23:03 2014	(r357045)
+++ head/misc/detachtty/files/patch-aa	Sun Jun  8 15:36:32 2014	(r357046)
@@ -1,5 +1,5 @@
---- Makefile.orig	Fri Oct 24 13:11:13 2003
-+++ Makefile	Fri Oct 24 13:17:47 2003
+--- Makefile.orig	2003-08-04 17:32:23.000000000 +0800
++++ Makefile	2014-06-08 23:33:51.093015991 +0800
 @@ -3,9 +3,9 @@
  # for details
  
@@ -12,7 +12,7 @@
  # Solaris, some version of
  #OS_CFLAGS=-DNEED_STRINGS_H -DNEED_LOCAL_FORKPTY_H
  # MacOS X needs libpoll from fink
-@@ -23,7 +23,7 @@
+@@ -23,7 +23,7 @@ OS_OBJECTS=
  # no forkpty in Solaris or MacOS X
  # OS_OBJECTS=forkpty.o
  
@@ -21,12 +21,3 @@
  
  # You probably don't need to edit anything below this line
  
-@@ -35,7 +35,7 @@
- 	-rm *.o *~ attachtty detachtty
- 
- install: all
--	install detachtty attachtty $(DESTDIR)$(INSTALL_DIR)
-+	install detachtty attachtty $(INSTALL_DIR)
- 
- deb:
- 	rm -rf /usr/local/src/Packages/detachtty/ 

Modified: head/misc/detachtty/pkg-plist
==============================================================================
--- head/misc/detachtty/pkg-plist	Sun Jun  8 15:23:03 2014	(r357045)
+++ head/misc/detachtty/pkg-plist	Sun Jun  8 15:36:32 2014	(r357046)
@@ -1,2 +1,4 @@
 bin/attachtty
 bin/detachtty
+man/man1/attachtty.1.gz
+man/man1/detachtty.1.gz


More information about the svn-ports-head mailing list