diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-02 21:47:04 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-02 21:47:04 +0000 |
commit | d73df3aaee8c7b574e1f3f46078979fa7ddd63a0 (patch) | |
tree | 11e08ad158688dfeccf337e5ebb3989264aeff20 /print/ghostscript-nox11 | |
parent | 51b94997c04e8a14a84865e1d8e3c6b81182c84b (diff) | |
download | pkgsrc-d73df3aaee8c7b574e1f3f46078979fa7ddd63a0.tar.gz |
Use a common distinfo file between ghostscript and ghostscript-nox11.
Diffstat (limited to 'print/ghostscript-nox11')
-rw-r--r-- | print/ghostscript-nox11/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common index 248ecb518fa..3a625dbc909 100644 --- a/print/ghostscript-nox11/Makefile.common +++ b/print/ghostscript-nox11/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2001/05/02 17:05:23 wiz Exp $ +# $NetBSD: Makefile.common,v 1.9 2001/05/02 21:47:05 jlam Exp $ DISTNAME= ghostscript-${GS_VERS} GS_VERS= 6.01 @@ -81,6 +81,7 @@ PRESCR_DRV= gdevprsc-0.2.1 DISTFILES+= ${PRESCR_DRV}.tar.gz EXTRACT_LIST+= ${PRESCR_DRV}.tar.gz +DISTINFO_FILE= ${.CURDIR}/../../print/ghostscript-nox11/distinfo FILESDIR= ${.CURDIR}/../../print/ghostscript-nox11/files PATCHDIR= ${.CURDIR}/../../print/ghostscript-nox11/patches SCRIPTDIR= ${.CURDIR}/../../print/ghostscript-nox11/scripts |