1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-21 15:43:18 +00:00
parent 52d72cd2b8
commit 8c1ada2bd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345492
2 changed files with 5 additions and 6 deletions

View File

@ -9,17 +9,14 @@ MASTER_SITES= http://vento.pi.tu-berlin.de/ppm2fli/
MAINTAINER= ports@FreeBSD.org
COMMENT= Utilities to merge PPM files into animated FLI and backwards
MAN1= ppm2fli.1 unflick.1
NO_STAGE= yes
pre-patch:
@${REINPLACE_CMD} -e 's|^C|#C|g ; \
s|gcc |\$${CC} |g' ${WRKSRC}/Makefile
do-install:
.for name in ppm2fli unflick
${INSTALL_PROGRAM} ${WRKSRC}/${name} ${PREFIX}/bin/${name}
${INSTALL_MAN} ${WRKSRC}/${name}.1 ${MANPREFIX}/man/man1/${name}.1
.for f in ppm2fli unflick
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.endfor
.include <bsd.port.mk>

View File

@ -1,2 +1,4 @@
bin/ppm2fli
bin/unflick
man/man1/ppm2fli.1.gz
man/man1/unflick.1.gz