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 | eb8c3ae82fae78cfb1939f3967b3532ebd4a72cb (patch) | |
tree | 9c08b66d0b0faa358f021ee993fea0482451d4a9 /print | |
parent | fc5de738fa81c43e0d0610d54ac98f2f03cb5f80 (diff) | |
download | pkgsrc-eb8c3ae82fae78cfb1939f3967b3532ebd4a72cb.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 |