Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2013 08:00:00 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337230 - head/security/gtkpasman
Message-ID:  <201312230800.rBN801e7061210@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312230800.rBN801e7061210>