aboutsummaryrefslogtreecommitdiff
path: root/sysutils/worldtools
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-27 21:38:40 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-27 21:38:40 +0000
commitd68e03fe244c5baff7c49288f80a46838f8b2f8c (patch)
treeadb51c21f6c0dd9b1924530cc55d388942e2d349 /sysutils/worldtools
parent291cc76b7718499bdb37af53e88ef04058e446f6 (diff)
downloadports-d68e03fe244c5baff7c49288f80a46838f8b2f8c.tar.gz
ports-d68e03fe244c5baff7c49288f80a46838f8b2f8c.zip
- Bug fixes
- New man pages PR: 56051 Submitted by: The Anarcat <anarcat@anarcat.ath.cx> (maintainer)
Notes
Notes: svn path=/head/; revision=87815
Diffstat (limited to 'sysutils/worldtools')
-rw-r--r--sysutils/worldtools/Makefile14
-rw-r--r--sysutils/worldtools/distinfo2
-rw-r--r--sysutils/worldtools/pkg-plist2
3 files changed, 5 insertions, 13 deletions
diff --git a/sysutils/worldtools/Makefile b/sysutils/worldtools/Makefile
index 554c602318ca..40f57f604dba 100644
--- a/sysutils/worldtools/Makefile
+++ b/sysutils/worldtools/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= worldtools
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= http://anarcat.ath.cx/software/distfiles/
@@ -15,15 +15,9 @@ COMMENT= Handy tools for living with make world
USE_PERL5_RUN= yes
-NO_BUILD= yes
+MAN8= buildit.8 upgrade.8 whereintheworld.8
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/whereintheworld ${PREFIX}/sbin
- ${INSTALL_SCRIPT} ${WRKSRC}/upgrade ${PREFIX}/sbin
- ${INSTALL_SCRIPT} ${WRKSRC}/buildit ${PREFIX}/sbin
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
+MAKE_ARGS= SHAREDIR=${PREFIX}
+MANCOMPRESSED= yes
.include <bsd.port.mk>
diff --git a/sysutils/worldtools/distinfo b/sysutils/worldtools/distinfo
index 33acaa334779..ce0737a2f7da 100644
--- a/sysutils/worldtools/distinfo
+++ b/sysutils/worldtools/distinfo
@@ -1 +1 @@
-MD5 (worldtools-1.1.tar.gz) = 68f921240606d6743819f09277a51d8a
+MD5 (worldtools-1.2.tar.gz) = 9202006bcca1c3855486030e9fbde33a
diff --git a/sysutils/worldtools/pkg-plist b/sysutils/worldtools/pkg-plist
index f8109a2e3d07..ed13b8ef40cf 100644
--- a/sysutils/worldtools/pkg-plist
+++ b/sysutils/worldtools/pkg-plist
@@ -1,5 +1,3 @@
sbin/whereintheworld
sbin/upgrade
sbin/buildit
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%