diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-05-07 13:57:36 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-05-07 13:57:36 +0000 |
commit | 5f5f7cd55255db75679176cfc28519f949bbbe14 (patch) | |
tree | c67b93958f4e79c229cf50c7b092d9c96174a42b /sysutils/roottail/Makefile | |
parent | cd9bb0caddd0c7edbb1d796ca98c0842723b4b93 (diff) | |
download | ports-5f5f7cd55255db75679176cfc28519f949bbbe14.tar.gz ports-5f5f7cd55255db75679176cfc28519f949bbbe14.zip |
Notes
Diffstat (limited to 'sysutils/roottail/Makefile')
-rw-r--r-- | sysutils/roottail/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/roottail/Makefile b/sysutils/roottail/Makefile index 173dab3f3f31..ff60608e83ab 100644 --- a/sysutils/roottail/Makefile +++ b/sysutils/roottail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= roottail -PORTVERSION= 0.0.9 +PORTVERSION= 0.0.10 CATEGORIES= sysutils MASTER_SITES= http://www.goof.com/pcg/marc/data/ \ ftp://ftp.goof.com/pub/pcg/marc/ @@ -18,8 +18,4 @@ MAN1= root-tail.1 USE_IMAKE= yes MANCOMPRESSED= no -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/root-tail ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/root-tail.man ${PREFIX}/man/man1/root-tail.1 - .include <bsd.port.mk> |