summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-06-19 01:24:16 +0000
committerhubertf <hubertf@pkgsrc.org>2000-06-19 01:24:16 +0000
commitd0d8ec33726a9111551e8562195a252547bd1d22 (patch)
treee78684be8ba3b3eddac6036b4814e0aa64d88192 /mk
parent57404a7a397b74c54915554bf55749b103483371 (diff)
downloadpkgsrc-d0d8ec33726a9111551e8562195a252547bd1d22.tar.gz
The "package-path" target is no longer needed (use ${PKGPATH})
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index a15478b16fc..9a5e78d0429 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.480 2000/06/16 09:18:26 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.481 2000/06/19 01:24:16 hubertf Exp $
#
# This file is in the public domain.
#
@@ -2224,11 +2224,6 @@ package-name:
.endif # PACKAGE_NAME_TYPE
.endif # !target(package-name)
-.if !target(package-path)
-package-path:
- @${ECHO} ${PKGPATH}
-.endif
-
# Show (recursively) all the packages this package depends on.
# If PACKAGE_DEPENDS_WITH_PATTERNS is set, print as pattern (if possible)
PACKAGE_DEPENDS_WITH_PATTERNS?=true
@@ -2728,7 +2723,7 @@ COMMON_DIRS!= ${AWK} 'BEGIN { \
.if !target(print-PLIST)
print-PLIST:
- @${ECHO} '@comment $$NetBSD: bsd.pkg.mk,v 1.480 2000/06/16 09:18:26 hubertf Exp $$'
+ @${ECHO} '@comment $$NetBSD: bsd.pkg.mk,v 1.481 2000/06/19 01:24:16 hubertf Exp $$'
@${FIND} ${PREFIX}/. -newer ${EXTRACT_COOKIE} \! -type d \
| ${SED} s@${PREFIX}/./@@ \
| sort \