1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/textproc/mkcatalog/Makefile
Jimmy Olgeni 22d7896c17 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.

CR:		D509
Approved by:	portmgr (antoine)
2014-08-03 14:15:08 +00:00

34 lines
606 B
Makefile

# Created by: shige
# $FreeBSD$
PORTNAME= mkcatalog
PORTVERSION= 1.1
CATEGORIES= textproc
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= ports@FreeBSD.org
COMMENT= Maintenance utility for sgml catalog files
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= sbin/mkcatalog
SCRIPTS_ENV= CONFIGURE_TARGETS=${CONFIGURE_TARGETS}
SRC= ${.CURDIR}/src
CONFIGURE_TARGETS= mkcatalog
do-fetch:
@${DO_NADA}
pre-configure:
.for f in ${CONFIGURE_TARGETS}
${CP} ${SRC}/${f}.in ${WRKDIR}
.endfor
do-install:
@${INSTALL_SCRIPT} ${WRKDIR}/mkcatalog \
${STAGEDIR}${PREFIX}/sbin/mkcatalog
.include <bsd.port.mk>