diff options
Diffstat (limited to 'textproc/sgrep/Makefile')
-rw-r--r-- | textproc/sgrep/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/sgrep/Makefile b/textproc/sgrep/Makefile index e6eccd683933..52a4506fbc2a 100644 --- a/textproc/sgrep/Makefile +++ b/textproc/sgrep/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sgrep -# Date created: Apr 29 1998 -# Whom: <koshy@india.hp.com> -# +# Created by: <koshy@india.hp.com> # $FreeBSD$ -# PORTNAME= sgrep PORTVERSION= 0.99 @@ -21,6 +17,7 @@ CONFLICTS= sgrep2-1.* MAN1= sgrep.1 # Override the install target in the supplied makefile +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sgrep ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/sgrep.1 ${MANPREFIX}/man/man1 |