diff options
author | asau <asau@pkgsrc.org> | 2012-10-23 18:16:19 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-23 18:16:19 +0000 |
commit | 40b91e7ab919c68deb72b748cca1857afc0cc61a (patch) | |
tree | 2e3abeb7d7fb2a2cac43be623cf8c31f83e59ec8 /security/ssss/Makefile | |
parent | ff862ac29f9feb874c8377e73c53e1d92c1569c8 (diff) | |
download | pkgsrc-40b91e7ab919c68deb72b748cca1857afc0cc61a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'security/ssss/Makefile')
-rw-r--r-- | security/ssss/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/ssss/Makefile b/security/ssss/Makefile index bccf4b2cb32..c125f52045c 100644 --- a/security/ssss/Makefile +++ b/security/ssss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/03/24 19:43:29 asau Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/23 18:16:59 asau Exp $ DISTNAME= ssss-0.5 PKGREVISION= 2 @@ -11,7 +11,6 @@ HOMEPAGE= http://point-at-infinity.org/ssss/ COMMENT= Shamir's Secret Sharing Scheme LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-install: |