diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-01 09:41:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-01 09:41:13 +0000 |
commit | 1ea58d26e32cd3e5c9dcef68b3d89e8c1b40f364 (patch) | |
tree | 1f39af92e9ae3b85e6995203a635d8b2ae73e9e2 /print | |
parent | 6fc613f97a0aaf3ffa0cf3bc3a76434b0f60bdfe (diff) | |
download | pkgsrc-1ea58d26e32cd3e5c9dcef68b3d89e8c1b40f364.tar.gz |
Change reachover references into another package's pkg/ directory into
references to the other package's base directory. This is needed after
the files in the pkg/ directory were dispersed into the base directory.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-nox11/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common index 5c19fcba11a..0d59d4fa21b 100644 --- a/print/ghostscript-nox11/Makefile.common +++ b/print/ghostscript-nox11/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.20 2001/08/29 12:51:26 itohy Exp $ +# $NetBSD: Makefile.common,v 1.21 2001/11/01 09:41:13 jlam Exp $ DISTNAME= ghostscript-${GS_VERS} GS_VERS= 6.01 @@ -87,8 +87,7 @@ 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 -PLIST_SRC= ${.CURDIR}/../../print/ghostscript-nox11/pkg/PLIST +PLIST_SRC= ${.CURDIR}/../../print/ghostscript-nox11/PLIST EXTRACT_ONLY= ${GS_SOURCES} DIST_SUBDIR= ghostscript |