diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 16:28:21 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 16:28:21 +0800 |
commit | 1e9be0700f31959fd53f219b224d192bb6a1031c (patch) | |
tree | ebe76451ff33dc6cbc4da33acb86563741084348 /graphics | |
parent | d1b5acca824df2cefb70feab46efbde1c341aa97 (diff) | |
download | freebsd-ports-gnome-1e9be0700f31959fd53f219b224d192bb6a1031c.tar.gz freebsd-ports-gnome-1e9be0700f31959fd53f219b224d192bb6a1031c.tar.zst freebsd-ports-gnome-1e9be0700f31959fd53f219b224d192bb6a1031c.zip |
Support staging
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jpg2pdf/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/jpg2pdf/Makefile b/graphics/jpg2pdf/Makefile index fe7eabe884e6..68b12c0adab0 100644 --- a/graphics/jpg2pdf/Makefile +++ b/graphics/jpg2pdf/Makefile @@ -11,17 +11,15 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Plain C converter of jpeg images to PDF or PostScript -MAN1= jpg2pdf.1 -PLIST_FILES= bin/jpg2pdf +PLIST_FILES= bin/jpg2pdf man/man1/jpg2pdf.1.gz WRKSRC= ${WRKDIR}/${PORTNAME} -NO_STAGE= yes do-build: (cd ${WRKSRC} ; ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c ) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk> |