diff options
Diffstat (limited to 'misc/asr-manpages/Makefile')
-rw-r--r-- | misc/asr-manpages/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/asr-manpages/Makefile b/misc/asr-manpages/Makefile index a60e7a5a9c32..33abbad9b79c 100644 --- a/misc/asr-manpages/Makefile +++ b/misc/asr-manpages/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asr-manpages -# Date created: April 15, 2003 -# Whom: Max Khon <fjoe@FreeBSD.org> -# +# Created by: Max Khon <fjoe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= asr-manpages PORTVERSION= 20000406 @@ -22,6 +18,7 @@ MAN3= chastise.3 MAN5= normality.5 MAN8= bosskill.8 ctluser.8 guru.8 knife.8 luser.8 nuke.8 pmsd.8 +NO_STAGE= yes do-install: @${INSTALL_MAN} ${WRKDIR}/bosskill.8 ${PREFIX}/man/man8 @${INSTALL_MAN} ${WRKDIR}/c.1 ${PREFIX}/man/man1 |