summaryrefslogtreecommitdiff
path: root/archivers/gcpio
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-10-04 18:14:30 +0000
committerreed <reed@pkgsrc.org>2005-10-04 18:14:30 +0000
commitf367269ca54b46355ef08008b7f3e462f0bb307b (patch)
tree36d247c5382deec0c2d7d2d9c74f611be97b9acf /archivers/gcpio
parentd62728aff32f5804384b36241d9f44a997e9fce8 (diff)
downloadpkgsrc-f367269ca54b46355ef08008b7f3e462f0bb307b.tar.gz
This does not need INSTALLATION_DIRS. The install already runs
its "./mkinstalldirs" to create the directories.
Diffstat (limited to 'archivers/gcpio')
-rw-r--r--archivers/gcpio/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile
index 65e9b9aea01..0285e2f8cf2 100644
--- a/archivers/gcpio/Makefile
+++ b/archivers/gcpio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/04/11 21:44:48 tv Exp $
+# $NetBSD: Makefile,v 1.25 2005/10/04 18:14:30 reed Exp $
#
DISTNAME= cpio-2.5
@@ -30,6 +30,4 @@ CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX}
PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX}
BUILD_DEFS+= GNU_PROGRAM_PREFIX
-INSTALLATION_DIRS= bin man/man1
-
.include "../../mk/bsd.pkg.mk"