summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjlam <jlam>2006-01-21 18:57:40 +0000
committerjlam <jlam>2006-01-21 18:57:40 +0000
commit755529d0330d8074377d66ced198b34d666d736f (patch)
tree505836e71024eea9e19676a0f20b017dda96b7a3 /net
parentd59a062ede1c1a5df1f532d478468fc6f781056d (diff)
downloadpkgsrc-755529d0330d8074377d66ced198b34d666d736f.tar.gz
Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
Diffstat (limited to 'net')
-rw-r--r--net/ipcheck/Makefile4
-rw-r--r--net/lambdamoo-core/Makefile7
-rw-r--r--net/lambdamoo-doc/Makefile7
-rw-r--r--net/netsaint-plugin-cluster/Makefile3
4 files changed, 6 insertions, 15 deletions
diff --git a/net/ipcheck/Makefile b/net/ipcheck/Makefile
index 004e069f558..2a80f55bcfa 100644
--- a/net/ipcheck/Makefile
+++ b/net/ipcheck/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:25 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2006/01/21 18:57:41 jlam Exp $
#
DISTNAME= ipcheck.217
@@ -13,7 +13,7 @@ COMMENT= Python client for the dyndns service
WRKSRC= ${WRKDIR}
DIST_SUBDIR= ${PKGNAME_NOREV}
EXTRACT_SUFX= #none
-EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}/ipcheck.py
+EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ipcheck.py
NO_BUILD= yes
PYTHON_PATCH_SCRIPTS= ipcheck.py
diff --git a/net/lambdamoo-core/Makefile b/net/lambdamoo-core/Makefile
index c3539c31e2f..e35a422256c 100644
--- a/net/lambdamoo-core/Makefile
+++ b/net/lambdamoo-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/07/15 18:27:52 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/01/21 18:57:41 jlam Exp $
DISTNAME= LambdaCore-12Apr99.db
PKGNAME= lambdamoo-core-990412
@@ -11,15 +11,10 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.ccs.neu.edu/home/eostrom/muds/lambdamoo.html
COMMENT= Generic core classes for lambdamoo
-EXTRACT_CMD= :
USE_TOOLS+= gunzip
WRKSRC= ${WRKDIR}
-post-extract:
- ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
- ${GUNZIP_CMD} ${WRKSRC}/${DISTFILES}
-
do-build:
do-install:
diff --git a/net/lambdamoo-doc/Makefile b/net/lambdamoo-doc/Makefile
index f42d3813958..509b4da4a63 100644
--- a/net/lambdamoo-doc/Makefile
+++ b/net/lambdamoo-doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/03/02 22:17:03 kristerw Exp $
+# $NetBSD: Makefile,v 1.8 2006/01/21 18:57:41 jlam Exp $
DISTNAME= lambdamoo-doc-1.8.0p6
CATEGORIES= net
@@ -11,14 +11,11 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.ccs.neu.edu/home/eostrom/muds/lambdamoo.html
COMMENT= Documentation for lambdamoo
-EXTRACT_CMD= :
+EXTRACT_ONLY= ProgrammersManual.texinfo
WRKSRC= ${WRKDIR}
USE_MAKEINFO= yes
-post-extract:
- ${CP} ${DISTDIR}/ProgrammersManual.texinfo ${WRKSRC}
-
do-build:
makeinfo --no-split --no-headers \
${WRKSRC}/ProgrammersManual.texinfo \
diff --git a/net/netsaint-plugin-cluster/Makefile b/net/netsaint-plugin-cluster/Makefile
index 027b9f50bb9..d05c8ce733d 100644
--- a/net/netsaint-plugin-cluster/Makefile
+++ b/net/netsaint-plugin-cluster/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:26 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2006/01/21 18:57:41 jlam Exp $
#
DISTNAME= check_cluster
@@ -15,7 +15,6 @@ COMMENT= Host and service cluster plugin for NetSaint
DEPENDS+= netsaint-base-[0-9]*:../../net/netsaint-base
WRKSRC= ${WRKDIR}
-EXTRACT_CMD= ${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC}
INSTALLATION_DIRS= libexec/netsaint