diff options
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 173dab3..ff60608 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> |