svn commit: r337230 - head/security/gtkpasman

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Dec 23 08:00:01 UTC 2013


Author: rm
Date: Mon Dec 23 08:00:00 2013
New Revision: 337230
URL: http://svnweb.freebsd.org/changeset/ports/337230

Log:
  - do not print PKGMESSAGE manually
  - simplify installation of gpasman4.sample
  
  Reported by:	nemysis

Modified:
  head/security/gtkpasman/Makefile

Modified: head/security/gtkpasman/Makefile
==============================================================================
--- head/security/gtkpasman/Makefile	Mon Dec 23 06:51:39 2013	(r337229)
+++ head/security/gtkpasman/Makefile	Mon Dec 23 08:00:00 2013	(r337230)
@@ -18,7 +18,6 @@ CONFIGURE_ARGS+=	--with-gtk2
 USE_XZ=		yes
 
 SUB_FILES=	pkg-message
-PKGMESSAGE=	${WRKDIR}/pkg-message
 
 PORTDOCS=	*
 PLIST_FILES=	bin/gtkpasman share/applications/gtkpasman.desktop
@@ -34,9 +33,6 @@ do-install:
 		${STAGEDIR}${PREFIX}/share/applications
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-	(cd ${WRKSRC}/data && ${INSTALL_DATA} gpasman4.sample ${STAGEDIR}${DOCSDIR})
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
+	${INSTALL_DATA} ${WRKSRC}/data/gpasman4.sample ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list