diff options
author | asau <asau> | 2012-09-11 23:59:21 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-11 23:59:21 +0000 |
commit | 6ea1c225bfa0c1a1f8e0a22b70249f5ada5388ef (patch) | |
tree | 011efb64c2dff0007fc4e44276be4eb732e9d256 /audio/id3ed | |
parent | d5ae29c067f185967ce21d0beea1d8708c105a24 (diff) | |
download | pkgsrc-6ea1c225bfa0c1a1f8e0a22b70249f5ada5388ef.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'audio/id3ed')
-rw-r--r-- | audio/id3ed/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile index 86539186ee1..2fa7a12b130 100644 --- a/audio/id3ed/Makefile +++ b/audio/id3ed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2009/07/07 15:05:58 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2012/09/12 00:24:39 asau Exp $ # DISTNAME= id3ed-1.10.4 @@ -11,7 +11,6 @@ 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 |