diff options
author | joerg <joerg> | 2009-07-07 15:05:58 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-07-07 15:05:58 +0000 |
commit | 976a03fc4133db5e3535305b9bacf93ed11e4ee9 (patch) | |
tree | 107db10e6c4587443e1e41bbf694e40f8da0a70a /audio/id3ed | |
parent | 2065a31ea3c76a8707e4044390c7d098a736ab4a (diff) | |
download | pkgsrc-976a03fc4133db5e3535305b9bacf93ed11e4ee9.tar.gz |
user-destdir support
Diffstat (limited to 'audio/id3ed')
-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 |