diff options
author | drochner <drochner@pkgsrc.org> | 2006-05-23 10:28:48 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-05-23 10:28:48 +0000 |
commit | af21aef23a46aaf3c1db0d4b86de37d4b21543fe (patch) | |
tree | 9c08b66d0b0faa358f021ee993fea0482451d4a9 /print | |
parent | d0d0a9d42e9d3c6a92ad75636e175f7aa069b156 (diff) | |
download | pkgsrc-af21aef23a46aaf3c1db0d4b86de37d4b21543fe.tar.gz |
more cleanup: remove DISTFILES assignment which was needed when we
had a separate jpeg source file
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index 5b5db37d3e6..f539569ad97 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/05/23 09:37:46 adam Exp $ +# $NetBSD: Makefile,v 1.13 2006/05/23 10:28:48 drochner Exp $ DISTNAME= ghostscript-8.54 PKGNAME= ghostscript-afpl-8.54 @@ -17,10 +17,6 @@ CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]* USE_TOOLS+= gmake GNU_CONFIGURE= yes -GS_SRCS= ${DISTNAME}${EXTRACT_SUFX} -DISTFILES= ${GS_SRCS} -EXTRACT_ONLY= ${GS_SRCS} - GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/Resource SUBST_CLASSES+= resdir |