diff options
Diffstat (limited to 'dns/ghtool/Makefile')
-rw-r--r-- | dns/ghtool/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dns/ghtool/Makefile b/dns/ghtool/Makefile index c8639a210ce8..046ea2bb8019 100644 --- a/dns/ghtool/Makefile +++ b/dns/ghtool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ghtool -# Date created: 19 September 2000 -# Whom: roam@orbitel.bg -# +# Created by: roam@orbitel.bg # $FreeBSD$ -# PORTNAME= ghtool PORTVERSION= 1.0 @@ -25,6 +21,7 @@ EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKSRC}/${SRC} PLIST_FILES= bin/gh +NO_STAGE= yes do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/${TGT} ${WRKSRC}/${SRC} |