summaryrefslogtreecommitdiff
path: root/archivers/pax/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-14 19:38:47 +0000
committerjlam <jlam@pkgsrc.org>2006-07-14 19:38:47 +0000
commit4660c9f359108cb23813a40e988fce8627a68725 (patch)
tree611a7d959ddbe46e32fc14c1ddd6757c03484166 /archivers/pax/Makefile
parent9be3dac9df53492e87f8d8461a43d6ce18e48952 (diff)
downloadpkgsrc-4660c9f359108cb23813a40e988fce8627a68725.tar.gz
Create a separate "pax" package in the pkgtools category that installs
into ${PKG_TOOLS_BIN}. This package is used in the case where pax is a requirement for the pkg_install tools. The archivers/pax package is now a normal package with no special PKG_PRESERVE flags set.
Diffstat (limited to 'archivers/pax/Makefile')
-rw-r--r--archivers/pax/Makefile30
1 files changed, 2 insertions, 28 deletions
diff --git a/archivers/pax/Makefile b/archivers/pax/Makefile
index 76e756a266f..c04dbba02d8 100644
--- a/archivers/pax/Makefile
+++ b/archivers/pax/Makefile
@@ -1,31 +1,5 @@
-# $NetBSD: Makefile,v 1.25 2006/07/14 18:48:43 jlam Exp $
-#
+# $NetBSD: Makefile,v 1.26 2006/07/14 19:38:47 jlam Exp $
-DISTNAME= pax-20060202
-CATEGORIES= archivers pkgtools
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-MAINTAINER= grant@NetBSD.org
-HOMEPAGE= http://www.NetBSD.org/
-COMMENT= POSIX standard archiver with many extensions
-
-GNU_CONFIGURE= yes
-
-NO_PKGTOOLS_REQD_CHECK= yes
-NO_CHECKSUM= yes
-NO_MTREE= yes
-PKG_PRESERVE= yes
-
-.include "../../mk/bsd.prefs.mk"
-
-do-extract:
- ${CP} -R ${FILESDIR} ${WRKSRC}
-
-.if defined(LIBNBCOMPAT_STYLE) && (${LIBNBCOMPAT_STYLE} == "inplace")
-. include "../../pkgtools/libnbcompat/inplace.mk"
-.else
-. include "../../pkgtools/libnbcompat/buildlink3.mk"
-.endif
+.include "Makefile.common"
.include "../../mk/bsd.pkg.mk"