diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 00:20:09 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 00:20:09 +0000 |
commit | 61145a18fa24bc030570748e4d6a4587a9fc35b8 (patch) | |
tree | 49263710b16be5f3d6b2640f13150eca30da8db8 /converters/fondu | |
parent | 435a0b7e977f7b76984d5066fef5d327719b9a6f (diff) | |
download | pkgsrc-61145a18fa24bc030570748e4d6a4587a9fc35b8.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/fondu')
-rw-r--r-- | converters/fondu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/converters/fondu/Makefile b/converters/fondu/Makefile index 6ec02d7f389..fdaab7b3771 100644 --- a/converters/fondu/Makefile +++ b/converters/fondu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2010/02/07 17:15:54 zafer Exp $ +# $NetBSD: Makefile,v 1.12 2012/10/03 00:20:10 asau Exp $ # DISTNAME= fondu_src-060102 @@ -14,7 +14,6 @@ LICENSE= original-bsd WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} GNU_CONFIGURE= YES -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |