diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 09:20:57 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 09:20:57 +0000 |
commit | dc5a91849daa1b6319fde79952b64d293ea9671c (patch) | |
tree | d27175b7973e874b93df16fa84b7e31e7998adb4 /multimedia/cfourcc/Makefile | |
parent | 54d66907a078a1af4a7fb19e6fd2645e909fd1d4 (diff) | |
download | pkgsrc-dc5a91849daa1b6319fde79952b64d293ea9671c.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'multimedia/cfourcc/Makefile')
-rw-r--r-- | multimedia/cfourcc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/cfourcc/Makefile b/multimedia/cfourcc/Makefile index 536478a5244..a48cd39cf34 100644 --- a/multimedia/cfourcc/Makefile +++ b/multimedia/cfourcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/01/29 17:02:11 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/08 09:20:58 asau Exp $ # DISTNAME= cfourcc-0.1.2 @@ -9,7 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sarovar.org/projects/gfourcc COMMENT= Command-line tool for changing AVI FourCC codes -PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/cfourcc INSTALLATION_DIRS= bin |