- Bug fixes
- New man pages PR: 56051 Submitted by: The Anarcat <anarcat@anarcat.ath.cx> (maintainer)
This commit is contained in:
parent
291cc76b77
commit
d68e03fe24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87815
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (worldtools-1.1.tar.gz) = 68f921240606d6743819f09277a51d8a
|
||||
MD5 (worldtools-1.2.tar.gz) = 9202006bcca1c3855486030e9fbde33a
|
||||
|
@ -1,5 +1,3 @@
|
||||
sbin/whereintheworld
|
||||
sbin/upgrade
|
||||
sbin/buildit
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user