svn commit: r342018 - head/security/pam_fprint

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 16:26:22 UTC 2014


Author: miwi
Date: Fri Jan 31 16:26:21 2014
New Revision: 342018
URL: http://svnweb.freebsd.org/changeset/ports/342018
QAT: https://qat.redports.org/buildarchive/r342018/

Log:
  - Stage support

Modified:
  head/security/pam_fprint/Makefile

Modified: head/security/pam_fprint/Makefile
==============================================================================
--- head/security/pam_fprint/Makefile	Fri Jan 31 16:25:56 2014	(r342017)
+++ head/security/pam_fprint/Makefile	Fri Jan 31 16:26:21 2014	(r342018)
@@ -29,7 +29,6 @@ PLIST_FILES+=	bin/pam_fprint_enroll \
 SUB_FILES=	pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 800069
@@ -39,13 +38,4 @@ IGNORE=		dependency libfprint will not c
 pre-configure:
 	cd ${WRKDIR} && ${ACLOCAL}
 
-post-install:
-	@${ECHO}
-	@${ECHO} =========================================================================
-	@${ECHO}
-	@${CAT} ${PKGMESSAGE}
-	@${ECHO}
-	@${ECHO} =========================================================================
-	@${ECHO}
-
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list