diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-04 14:41:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-04 14:41:18 +0000 |
commit | 7fe1af8865090c8bb0944d3ac341b8d6bf3f1aa6 (patch) | |
tree | 0830b8c997491d240142a3cbadcfb920dcd63c9b /misc/p5-Business-UPS/Makefile | |
parent | ab0d0e065c299039a950d2dafeb30eb3b2c5087f (diff) | |
download | ports-7fe1af8865090c8bb0944d3ac341b8d6bf3f1aa6.tar.gz ports-7fe1af8865090c8bb0944d3ac341b8d6bf3f1aa6.zip |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=332733
Diffstat (limited to 'misc/p5-Business-UPS/Makefile')
-rw-r--r-- | misc/p5-Business-UPS/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/p5-Business-UPS/Makefile b/misc/p5-Business-UPS/Makefile index 3adc1ae1caf1..4733d8992658 100644 --- a/misc/p5-Business-UPS/Makefile +++ b/misc/p5-Business-UPS/Makefile @@ -17,13 +17,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Business::UPS.3 - -NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .endif .include <bsd.port.mk> |