diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 09:30:52 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 09:30:52 +0000 |
commit | d291e8cf28218c9b46bc4d77705f4af2400568fd (patch) | |
tree | 3c8dd0e594a0fb5888d9b49832ac862d423721e2 /print/pic2fig | |
parent | 1735b5e02e3a01a760461f4ff814d9f6c444d10d (diff) | |
download | ports-d291e8cf28218c9b46bc4d77705f4af2400568fd.tar.gz ports-d291e8cf28218c9b46bc4d77705f4af2400568fd.zip |
Support staging
Notes
Notes:
svn path=/head/; revision=345949
Diffstat (limited to 'print/pic2fig')
-rw-r--r-- | print/pic2fig/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/print/pic2fig/Makefile b/print/pic2fig/Makefile index e7f6f7b9c4f0..4648030cccd5 100644 --- a/print/pic2fig/Makefile +++ b/print/pic2fig/Makefile @@ -14,12 +14,10 @@ COMMENT= Pic format to fig format converter WRKSRC= ${WRKDIR}/${PORTNAME} CFLAGS+= -Wno-return-type -MAN1= pic2fig.1 -PLIST_FILES= bin/pic2fig +PLIST_FILES= bin/pic2fig man/man1/pic2fig.1.gz -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} -m 755 ${WRKSRC}/pic2fig ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pic2fig.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/pic2fig ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/pic2fig.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk> |