1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/sysutils/asrpages/Makefile
Satoshi Asami c0702d86b7 Um, nothing is broken here. If a PLIST becomes empty (because of
manpage removal in this case, but it applies to any empty PLIST), an
*empty PLIST* should be added.  It has always been this way (see
x11/kde, for example).
1998-08-17 20:54:51 +00:00

37 lines
884 B
Makefile

# New ports collection makefile for: asrpages
# Version required: 0.1
# Date created: 6 Nov 1997
# Whom: Sheldon Hearn <axl@iafrica.com>
#
# $Id: Makefile,v 1.3 1998/08/17 16:27:40 obrien Exp $
#
DISTNAME= asrpages
PKGNAME= asrpages-0.1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.winternet.com/users/eric/
DISTFILES= asr.pages.tar
MAINTAINER= axl@iafrica.com
EXTRACT_ARGS= -xf
NO_WRKSUBDIR= yes
NO_BUILD= yes
MAN1= c.1 slave.1 sysadmin.1 think.1 whack.1
MAN2= people.2
MAN3= chastise.3
MAN5= normality.5
MAN8= bosskill.8 ctluser.8 guru.8 knife.8 lart.8 luser.8 nuke.8 \
pmsd.8
do-install:
cd ${WRKSRC} && \
${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 && \
${INSTALL_MAN} ${MAN2} ${PREFIX}/man/man2 && \
${INSTALL_MAN} ${MAN3} ${PREFIX}/man/man3 && \
${INSTALL_MAN} ${MAN5} ${PREFIX}/man/man5 && \
${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8
.include <bsd.port.mk>