diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 16:26:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 16:26:21 +0000 |
commit | bbc9d0eb0560765b625858966fb19cc33c687dec (patch) | |
tree | 8cc917abb228e9992c0bff83f35a35a5b1ea7b05 /security/pam_fprint/Makefile | |
parent | 591716e2f7f75fb5e4f63824114af791df591ced (diff) |
- Stage support
Notes
Notes:
svn path=/head/; revision=342018
Diffstat (limited to 'security/pam_fprint/Makefile')
-rw-r--r-- | security/pam_fprint/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/security/pam_fprint/Makefile b/security/pam_fprint/Makefile index 589aa7da1e6c..3b907cc817fd 100644 --- a/security/pam_fprint/Makefile +++ b/security/pam_fprint/Makefile @@ -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 compile on FreeBsd < 8 pre-configure: cd ${WRKDIR} && ${ACLOCAL} -post-install: - @${ECHO} - @${ECHO} ========================================================================= - @${ECHO} - @${CAT} ${PKGMESSAGE} - @${ECHO} - @${ECHO} ========================================================================= - @${ECHO} - .include <bsd.port.post.mk> |