diff options
author | asau <asau> | 2012-10-03 18:28:15 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 18:28:15 +0000 |
commit | b322cbd858eac6ad1f437713614f9ff68d359588 (patch) | |
tree | a10f1215666edf2ae6a29dce6f9dc6da3884375e /fonts/mplayer-fonts/Makefile | |
parent | 86965d96c9865379c45bb7ca7ba2f25320698815 (diff) | |
download | pkgsrc-b322cbd858eac6ad1f437713614f9ff68d359588.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'fonts/mplayer-fonts/Makefile')
-rw-r--r-- | fonts/mplayer-fonts/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/mplayer-fonts/Makefile b/fonts/mplayer-fonts/Makefile index 47eeeffb660..f2ff9e8853a 100644 --- a/fonts/mplayer-fonts/Makefile +++ b/fonts/mplayer-fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/03/11 11:32:47 zafer Exp $ +# $NetBSD: Makefile,v 1.8 2012/10/03 18:28:28 asau Exp $ DISTNAME= mplayer-fonts-20030714 PKGREVISION= 1 @@ -17,8 +17,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mplayerhq.hu/ COMMENT= Fonts for mplayer and gmplayer -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS= mplayer-share<1.0rc7nb2 DIST_SUBDIR= ${DISTNAME} |