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/mglfonts | |
parent | 86965d96c9865379c45bb7ca7ba2f25320698815 (diff) | |
download | pkgsrc-b322cbd858eac6ad1f437713614f9ff68d359588.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'fonts/mglfonts')
-rw-r--r-- | fonts/mglfonts/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/mglfonts/Makefile b/fonts/mglfonts/Makefile index e36753c1505..3aeff0be34b 100644 --- a/fonts/mglfonts/Makefile +++ b/fonts/mglfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/11/05 06:12:00 obache Exp $ +# $NetBSD: Makefile,v 1.8 2012/10/03 18:28:27 asau Exp $ DISTNAME= fontkit-nobdf PKGNAME= mglfonts-0.1 @@ -11,8 +11,6 @@ COMMENT= MGL2 fonts and font tools WRKSRC= ${WRKDIR}/fontkit -PKG_DESTDIR_SUPPORT= user-destdir - INSTALLATION_DIRS+= bin lib #HF#DEPENDS= mgl>=0.1.9a:../../graphics/mgl |