diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-07 15:05:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-07 15:05:58 +0000 |
commit | 42f52a52b2e123602ea9af224f4a98f3faf99d4d (patch) | |
tree | 107db10e6c4587443e1e41bbf694e40f8da0a70a /audio/id3ed/Makefile | |
parent | 4da45fb02ccb60edf58615ab5b434dea23dfa053 (diff) | |
download | pkgsrc-42f52a52b2e123602ea9af224f4a98f3faf99d4d.tar.gz |
user-destdir support
Diffstat (limited to 'audio/id3ed/Makefile')
-rw-r--r-- | audio/id3ed/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile index bb2358e7d21..86539186ee1 100644 --- a/audio/id3ed/Makefile +++ b/audio/id3ed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2009/05/20 00:58:05 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2009/07/07 15:05:58 joerg Exp $ # DISTNAME= id3ed-1.10.4 @@ -11,6 +11,9 @@ HOMEPAGE= http://users.dakotacom.net/~donut/programs/id3ed.html COMMENT= Edit id3 description tags in mpeg3 files PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 USE_LANGUAGES= c c++ GNU_CONFIGURE= YES |