diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 18:28:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 18:28:15 +0000 |
commit | 94f1d25ddf1726f61062432f11fca271efd4f47d (patch) | |
tree | a10f1215666edf2ae6a29dce6f9dc6da3884375e /fonts/vlgothic-ttf | |
parent | 2eea1f0364dcac27849beb3909a92f46ef4fe39a (diff) | |
download | pkgsrc-94f1d25ddf1726f61062432f11fca271efd4f47d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'fonts/vlgothic-ttf')
-rw-r--r-- | fonts/vlgothic-ttf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/vlgothic-ttf/Makefile b/fonts/vlgothic-ttf/Makefile index 941ad4e4612..1505fc788bd 100644 --- a/fonts/vlgothic-ttf/Makefile +++ b/fonts/vlgothic-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/10/01 11:05:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/03 18:28:33 asau Exp $ # DISTNAME= VLGothic-20120928 @@ -16,8 +16,6 @@ USE_X11BASE= YES NO_BUILD= YES NO_CONFIGURE= YES -PKG_DESTDIR_SUPPORT= user-destdir - FONTDIR= ${PREFIX}/lib/X11/fonts/TTF FONTS_DIRS.ttf+=${FONTDIR} WRKSRC= ${WRKDIR}/${DISTNAME:C/-[^-]*$//} |