diff options
Diffstat (limited to 'net/tableutil/Makefile')
-rw-r--r-- | net/tableutil/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/tableutil/Makefile b/net/tableutil/Makefile index c12b6b9ac2de..c2c34eaa2256 100644 --- a/net/tableutil/Makefile +++ b/net/tableutil/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tableutil -# Date created: 19 September 2005 -# Whom: jameskamlyn@gmail.com -# +# Created by: jameskamlyn@gmail.com # $FreeBSD$ -# PORTNAME= tableutil PORTVERSION= 0.6 @@ -16,6 +12,7 @@ COMMENT= Utility for converting and aggregating lists of IP addresses PLIST_FILES= bin/tableutil MAN1= tableutil.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1/ |