diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
commit | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (patch) | |
tree | 55ef113afedd4d15556f4a7ca6533c66396624e5 /misc/asr-manpages | |
parent | 219753915ea7222f10133bbf4d97955292f0dd96 (diff) | |
download | ports-8ac99398e2b62e1b10333d4c88ae273f4f0ed365.tar.gz ports-8ac99398e2b62e1b10333d4c88ae273f4f0ed365.zip |
Notes
Diffstat (limited to 'misc/asr-manpages')
-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 |