diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-31 16:47:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-31 16:47:47 +0000 |
commit | 101b04ee1152ba900fed912850e695ff5b4592d4 (patch) | |
tree | c68874ff86a33cf9d7290b552a8933e80275f8c2 /fonts | |
parent | 4f098b48ff51609eec3df6a8cab4d02a6777438d (diff) | |
download | pkgsrc-101b04ee1152ba900fed912850e695ff5b4592d4.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/ghostscript-fonts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/ghostscript-fonts/Makefile b/fonts/ghostscript-fonts/Makefile index 6f2fb948559..81e0c95283f 100644 --- a/fonts/ghostscript-fonts/Makefile +++ b/fonts/ghostscript-fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/05/07 15:25:13 cjep Exp $ +# $NetBSD: Makefile,v 1.13 2004/05/31 16:47:48 minskim Exp $ DISTNAME= ghostscript-fonts-6.0 CATEGORIES= fonts @@ -22,6 +22,8 @@ GS_FONTS_OTHER= ghostscript-fonts-other-6.0.tar.gz CONFLICTS= ghostscript-[0-5]* ghostscript-x11-[0-5]* +PKG_INSTALLATION_TYPES= overwrite pkgviews + DIST_SUBDIR= ghostscript EXTRACT_ONLY= # empty NO_CONFIGURE= # defined |