mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Stage support
This commit is contained in:
parent
b15aea8526
commit
15568b51ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347215
1 changed files with 3 additions and 4 deletions
|
@ -19,10 +19,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
MAKE_ARGS+= WRKSRC=${WRKSRC} BINDIR=${PREFIX}/bin MANDIR=${MANPREFIX}/man
|
MAKE_ARGS+= WRKSRC=${WRKSRC} BINDIR=${PREFIX}/bin MANDIR=${MANPREFIX}/man
|
||||||
|
|
||||||
PLIST_FILES= bin/exiftran bin/thumbnail.cgi
|
PLIST_FILES= bin/exiftran bin/thumbnail.cgi \
|
||||||
MAN1= exiftran.1
|
man/man1/exiftran.1.gz
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${MKDIR} ${WRKSRC}/build/exiftran ${WRKSRC}/build/thumbnail.cgi
|
@${MKDIR} ${WRKSRC}/build/exiftran ${WRKSRC}/build/thumbnail.cgi
|
||||||
@${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
|
@${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
|
||||||
|
@ -33,6 +32,6 @@ post-patch:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${INSTALL_MAN} ${WRKSRC}/exiftran.man \
|
@${INSTALL_MAN} ${WRKSRC}/exiftran.man \
|
||||||
${MANPREFIX}/man/man1/exiftran.1
|
${STAGEDIR}${PREFIX}/man/man1/exiftran.1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue