diff options
author | pettai <pettai> | 2010-03-13 09:27:26 +0000 |
---|---|---|
committer | pettai <pettai> | 2010-03-13 09:27:26 +0000 |
commit | ac34fc3438731051bbf7e56edfaf917fadf93658 (patch) | |
tree | ff19b797eae2606cd95b939f4014179897130e89 /security/pam-tacplus | |
parent | 527dd1c2c93b8feac8e12541cbb5d0f878e801fe (diff) | |
download | pkgsrc-ac34fc3438731051bbf7e56edfaf917fadf93658.tar.gz |
Removed not needed lines (to a removed patch-file)
Diffstat (limited to 'security/pam-tacplus')
-rw-r--r-- | security/pam-tacplus/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/pam-tacplus/Makefile b/security/pam-tacplus/Makefile index f84f957bca6..eb9e3828f95 100644 --- a/security/pam-tacplus/Makefile +++ b/security/pam-tacplus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/03/12 22:15:27 pettai Exp $ +# $NetBSD: Makefile,v 1.2 2010/03/13 09:27:26 pettai Exp $ # PKGNAME= ${DISTNAME:S/_/-/} @@ -17,11 +17,6 @@ DOCDIR= ${PREFIX}/share/doc/pam_tacplus PKG_DESTDIR_SUPPORT= user-destdir -SUBST_CLASSES+= paths -SUBST_FILES.paths= ${WRKSRC}/Makefile -SUBST_STAGE.paths= post-patch -SUBST_SED.paths= -e 's,@PREFIX@,${PREFIX},' - INSTALLATION_DIRS= lib/security ${EGDIR} ${DOCDIR} do-install: |