aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_install/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-07-06 00:17:35 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-07-06 00:17:35 +0000
commit2e3ec09d45dfbe3cbd2bc48f62da9ce3a7a3f06f (patch)
treeb964fa4db839278cc73321d555923e4cb045fcfe /ports-mgmt/pkg_install/Makefile
parent9acddbe8db1736adea6dccb1eb706a0ab3da43a7 (diff)
Update to today's pkg_install from HEAD.
Notes
Notes: svn path=/head/; revision=113013
Diffstat (limited to 'ports-mgmt/pkg_install/Makefile')
-rw-r--r--ports-mgmt/pkg_install/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/ports-mgmt/pkg_install/Makefile b/ports-mgmt/pkg_install/Makefile
index a9125223f8f0..fffd4d225c03 100644
--- a/ports-mgmt/pkg_install/Makefile
+++ b/ports-mgmt/pkg_install/Makefile
@@ -6,15 +6,14 @@
#
PORTNAME= pkg_install
-PORTVERSION= 20040530
-PORTREVISION= 1
+PORTVERSION= 20040705
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://people.FreeBSD.org/~marcus/
MASTER_SITE_SUBDIR= marcus
MAINTAINER= portmgr@freebsd.org
-COMMENT= FreeBSD 5.x version of the package tools for older system releases
+COMMENT= FreeBSD 5.X version of the package tools for older system releases
MANCOMPRESSED= yes
@@ -23,8 +22,6 @@ MAN1= pkg_add.1 pkg_create.1 pkg_delete.1 \
MAKE_ARGS= -DNOOBJ -DNOCRYPT -DNO_OPENSSL
-PKG_FILES= main.c perform.c pkg_add.1
-
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 460102
@@ -54,13 +51,6 @@ post-patch:
@${FIND} ${WRKSRC} -name '*.c' \
| ${XARGS} ${PERL} -pi.orig -e 's/__FBSDID\(("[^"]*")\)/static const char rcsid[] = $$1/'
.endif
-.if ${OSVERSION} < 500039
-.for i in ${PKG_FILES}
- @${SED} -e 's,\.tbz,.tgz,g' ${WRKSRC}/add/${i} > \
- ${WRKSRC}/add/${i}.bak
- @${MV} -f ${WRKSRC}/add/${i}.bak ${WRKSRC}/add/${i}
-.endfor
-.endif
deinstall:
@if ${PKG_INFO} -e ${PKGNAME}; then \