summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-09-09 20:36:07 +0000
committeragc <agc@pkgsrc.org>2001-09-09 20:36:07 +0000
commita16fc84f19dd8bf3201242f9e04334979fbebb2f (patch)
tree3fd1a2f535365e26fdc0e751d53fad480118cea2 /print
parent9a53280dd16ed46cdf17cd6040cbfa62bcc8319a (diff)
downloadpkgsrc-a16fc84f19dd8bf3201242f9e04334979fbebb2f.tar.gz
Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
Diffstat (limited to 'print')
-rw-r--r--print/cupsomatic/Makefile4
-rw-r--r--print/foomatic-gswrapper/Makefile4
-rw-r--r--print/hugelatex/Makefile4
-rw-r--r--print/if-psprint/Makefile4
-rw-r--r--print/jadetex/Makefile4
-rw-r--r--print/papersize/Makefile4
-rw-r--r--print/pcps/Makefile4
-rw-r--r--print/psify/Makefile4
8 files changed, 16 insertions, 16 deletions
diff --git a/print/cupsomatic/Makefile b/print/cupsomatic/Makefile
index a5a2dc3daf3..58f33919435 100644
--- a/print/cupsomatic/Makefile
+++ b/print/cupsomatic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/05/15 18:29:11 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2001/09/09 20:36:44 agc Exp $
DISTNAME= cupsomatic
PKGNAME= ${DISTNAME}-1.6
@@ -31,7 +31,7 @@ DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
DEPENDS+= mpage-[0-9]*:../../print/mpage
USE_PERL5= # defined
-NO_WRKSUBDIR= # defined
+WRKSRC= ${WRKDIR}
NO_CONFIGURE= # defined
EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}/${DISTNAME}
diff --git a/print/foomatic-gswrapper/Makefile b/print/foomatic-gswrapper/Makefile
index da5cdb23000..b5f8cd04609 100644
--- a/print/foomatic-gswrapper/Makefile
+++ b/print/foomatic-gswrapper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/05/15 18:26:11 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:44 agc Exp $
DISTNAME= foomatic-gswrapper
PKGNAME= ${DISTNAME}-1.2
@@ -26,7 +26,7 @@ DIST_SUBDIR= ${PKGNAME}
DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
USE_PERL5= # defined
-NO_WRKSUBDIR= # defined
+WRKSRC= ${WRKDIR}
NO_CONFIGURE= # defined
EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}/${DISTNAME}
diff --git a/print/hugelatex/Makefile b/print/hugelatex/Makefile
index 96308646118..5d9fa508368 100644
--- a/print/hugelatex/Makefile
+++ b/print/hugelatex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/09/02 19:51:38 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 2001/09/09 20:36:44 agc Exp $
#
DISTNAME= hugelatex-1.0
@@ -15,7 +15,7 @@ EXTRACT_ONLY= # nothing
NO_CHECKSUM= yes
NO_PATCH= yes
NO_BUILD= yes
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
TEXMF_CNF= ${LOCALBASE}/share/texmf/web2c/texmf.cnf
diff --git a/print/if-psprint/Makefile b/print/if-psprint/Makefile
index c8a41a33e39..1b631b2ceb4 100644
--- a/print/if-psprint/Makefile
+++ b/print/if-psprint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/07/24 10:35:45 abs Exp $
+# $NetBSD: Makefile,v 1.8 2001/09/09 20:36:44 agc Exp $
#
DISTNAME= if-psprint-1.4
@@ -15,7 +15,7 @@ DEPENDS+= enscript-[0-9]*:../../print/enscript
USE_PERL5= YES
EXTRACT_ONLY= # empty
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
NO_CHECKSUM= yes
NO_PATCH= yes
NO_CONFIGURE= yes
diff --git a/print/jadetex/Makefile b/print/jadetex/Makefile
index 85e4c39b557..fbbfeccb032 100644
--- a/print/jadetex/Makefile
+++ b/print/jadetex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/09/02 17:07:02 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 2001/09/09 20:36:45 agc Exp $
#
DISTNAME= jadetex-2.20
@@ -12,7 +12,7 @@ COMMENT= Process tex files produced by the TeX backend of Jade
DEPENDS+= hugelatex-1.0:../hugelatex
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
NO_BUILD= yes
TEXMF_CNF= ${LOCALBASE}/share/texmf/web2c/texmf.cnf
diff --git a/print/papersize/Makefile b/print/papersize/Makefile
index f552f178669..22ceeb51908 100644
--- a/print/papersize/Makefile
+++ b/print/papersize/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/17 17:51:51 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/09/09 20:36:45 agc Exp $
#
DISTNAME= papersize-1.0.2
@@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org
COMMENT= Manipulate the default papersize in certain packages
EXTRACT_ONLY= # empty
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
NO_CHECKSUM= yes
NO_PATCH= yes
NO_CONFIGURE= yes
diff --git a/print/pcps/Makefile b/print/pcps/Makefile
index 2c4df43cf25..96abb06f603 100644
--- a/print/pcps/Makefile
+++ b/print/pcps/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2001/02/17 17:51:51 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/09/09 20:36:45 agc Exp $
#
DISTNAME= pcps840
PKGNAME= pcps-8.40
-NO_WRKSUBDIR= yes
CATEGORIES= print textproc
MASTER_SITES= ftp://garbo.uwasa.fi/unix/pcps/
@@ -15,6 +14,7 @@ MAKEFILE= makefile
ALL_TARGET=
MAKE_ENV+= "CC=${CC} ${CFLAGS} -DUNIX"
NO_CONFIGURE= yes
+WRKSRC= ${WRKDIR}
LICENSE= shareware
RESTRICTED= This is shareware for your evaluation and subsequent payment
diff --git a/print/psify/Makefile b/print/psify/Makefile
index 99c3ad382db..a79ed8b2782 100644
--- a/print/psify/Makefile
+++ b/print/psify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/17 17:51:52 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:46 agc Exp $
#
DISTNAME= psify-19980216
@@ -12,7 +12,7 @@ COMMENT= Pretty print C, CLU, SCHEME, Java and ARGUS source files
DIST_SUBDIR= psify
EXTRACT_ONLY= #empty
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
NO_CONFIGURE= yes
INSTALL_TARGET= install prefix=${PREFIX}