summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-12 19:50:33 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-12 19:50:33 +0000
commit2b2eed9b657c9aaf4b0078aa901f7ec6d54bc281 (patch)
tree6dacc0b9437f4dc38be966fbd542df337253ca33 /ports-mgmt
parentupgrade to 0.8.8 (diff)
upgrade to 1.1
PR: 32748 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=51409
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/pkg_tree/Makefile9
-rw-r--r--ports-mgmt/pkg_tree/distinfo2
-rw-r--r--ports-mgmt/pkg_tree/files/patch-Makefile13
3 files changed, 22 insertions, 2 deletions
diff --git a/ports-mgmt/pkg_tree/Makefile b/ports-mgmt/pkg_tree/Makefile
index 8f67f1dcc21d..eac9757b8c3e 100644
--- a/ports-mgmt/pkg_tree/Makefile
+++ b/ports-mgmt/pkg_tree/Makefile
@@ -6,10 +6,17 @@
#
PORTNAME= pkg_tree
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
+MAN7= pkg_tree.7
+
+post-patch:
+ @${PERL} -pi -e 's|__PREFIX__|${PREFIX}|g ; \
+ s|__INSTALL_MAN__|${INSTALL_MAN}|g ; \
+ s|__INSTALL_SCRIPT__|${INSTALL_SCRIPT}|g' ${WRKSRC}/Makefile
+
.include <bsd.port.mk>
diff --git a/ports-mgmt/pkg_tree/distinfo b/ports-mgmt/pkg_tree/distinfo
index 67cbb3cd8966..a81668f3fdfc 100644
--- a/ports-mgmt/pkg_tree/distinfo
+++ b/ports-mgmt/pkg_tree/distinfo
@@ -1 +1 @@
-MD5 (pkg_tree-1.0.tar.gz) = 5cfdf6f24e17963eccf83eab2bd9893f
+MD5 (pkg_tree-1.1.tar.gz) = b41c4a28a7ed727962bb137914f81030
diff --git a/ports-mgmt/pkg_tree/files/patch-Makefile b/ports-mgmt/pkg_tree/files/patch-Makefile
new file mode 100644
index 000000000000..5caa17d2e87d
--- /dev/null
+++ b/ports-mgmt/pkg_tree/files/patch-Makefile
@@ -0,0 +1,13 @@
+--- Makefile.orig Wed Dec 12 23:06:13 2001
++++ Makefile Wed Dec 12 23:07:35 2001
+@@ -11,8 +11,8 @@
+ --date="December 15, 2001" pkg_tree.pod > pkg_tree.7
+
+ install:
+- install -o root -g wheel -m 755 -c pkg_tree /usr/local/bin
+- install -o root -g wheel -m 644 -c pkg_tree.7 /usr/local/man/man7
++ __INSTALL_SCRIPT__ pkg_tree __PREFIX__/bin
++ __INSTALL_MAN__ pkg_tree.7 __PREFIX__/man/man7
+
+ clean:
+ rm pkg_tree.7