svn commit: r347620 - head/security/gtk-knocker

Martin Wilke miwi at FreeBSD.org
Sun Mar 9 14:40:43 UTC 2014


Author: miwi
Date: Sun Mar  9 14:40:42 2014
New Revision: 347620
URL: http://svnweb.freebsd.org/changeset/ports/347620
QAT: https://qat.redports.org/buildarchive/r347620/

Log:
  - Stage support

Modified:
  head/security/gtk-knocker/Makefile
  head/security/gtk-knocker/pkg-plist

Modified: head/security/gtk-knocker/Makefile
==============================================================================
--- head/security/gtk-knocker/Makefile	Sun Mar  9 14:40:30 2014	(r347619)
+++ head/security/gtk-knocker/Makefile	Sun Mar  9 14:40:42 2014	(r347620)
@@ -15,10 +15,6 @@ COMMENT=	Simple and easy to use TCP only
 GNU_CONFIGURE=	yes
 USE_XORG=	x11 xpm
 USE_GNOME=	gtk12
-
-MAN1=		gtk-knocker.1
-
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 post-patch:
@@ -32,6 +28,6 @@ post-patch:
 .endfor
 
 post-install:
-	@${INSTALL_MAN} ${WRKSRC}/docs/gtk-knocker.1 ${MANPREFIX}/man/man1
+	@${INSTALL_MAN} ${WRKSRC}/docs/gtk-knocker.1 ${STAGEDIR}${PREFIX}/man/man1
 
 .include <bsd.port.post.mk>

Modified: head/security/gtk-knocker/pkg-plist
==============================================================================
--- head/security/gtk-knocker/pkg-plist	Sun Mar  9 14:40:30 2014	(r347619)
+++ head/security/gtk-knocker/pkg-plist	Sun Mar  9 14:40:42 2014	(r347620)
@@ -1,5 +1,6 @@
 bin/gtk-knocker
 share/gtk-knocker/pixmaps/knocker.xpm
 share/gtk-knocker/pixmaps/knocker_ico.xpm
+man/man1/gtk-knocker.1.gz
 @dirrm share/gtk-knocker/pixmaps
 @dirrm share/gtk-knocker


More information about the svn-ports-head mailing list