1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/misc/jargon/Makefile
Mathieu Arnold eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00

26 lines
500 B
Makefile

# Created by: moeding
# $FreeBSD$
PORTNAME= jargon
PORTVERSION= 4.4.7
CATEGORIES= misc
MASTER_SITES= http://www.catb.org/~esr/jargon/
MAINTAINER= ports@FreeBSD.org
COMMENT= The famous jargon file
NO_BUILD= yes
DATADIR= ${PREFIX}/share/jargon
post-extract:
(cd ${WRKSRC}; \
${RM} -r html/graphics/.xvpics graphics/.xvpics \
html/letters.html~ html/online-preface.html~)
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC}; ${PAX} -rw . ${STAGEDIR}${DATADIR})
.include <bsd.port.mk>