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 | be6a4e32ca04bf3c2417e5f4765945a3c603926e (patch) | |
tree | 2e3abeb7d7fb2a2cac43be623cf8c31f83e59ec8 /security/snow/Makefile | |
parent | b065c1a46b12fee426abb3617a751163d0de4e87 (diff) | |
download | pkgsrc-be6a4e32ca04bf3c2417e5f4765945a3c603926e.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'security/snow/Makefile')
-rw-r--r-- | security/snow/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/snow/Makefile b/security/snow/Makefile index 8af4f7bb944..cc6f22db63a 100644 --- a/security/snow/Makefile +++ b/security/snow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/09/16 18:02:55 cheusov Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/23 18:16:58 asau Exp $ DISTNAME= snow PKGNAME= snow-20060213 @@ -15,7 +15,6 @@ CONFLICTS+= STk-[0-9]* WRKSRC= ${WRKDIR}/snow BUILD_TARGET= snow -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |