From 11ae291f7bf0e0b04ffbc4d51f22bffce1277268 Mon Sep 17 00:00:00 2001 From: vanilla Date: Tue, 24 Sep 2013 16:05:33 +0000 Subject: Support stagedir. --- converters/lua-iconv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'converters') diff --git a/converters/lua-iconv/Makefile b/converters/lua-iconv/Makefile index 024c1209109..532b7789a1f 100644 --- a/converters/lua-iconv/Makefile +++ b/converters/lua-iconv/Makefile @@ -16,13 +16,13 @@ USES= pkgconfig iconv PLIST_FILES= %%LUA_MODLIBDIR%%/iconv.so -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%INCDIR%%|-I${PREFIX}/include| ; \ s|%%LIBDIR%%|-L${PREFIX}/lib|; \ s|%%ICONV_LIB%%|${ICONV_LIB}|' ${WRKSRC}/Makefile do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/iconv.so ${LUA_MODLIBDIR} + @if [ ! -d ${STAGEDIR}${LUA_MODLIBDIR} ]; then ${MKDIR} ${STAGEDIR}/${LUA_MODLIBDIR}; fi + @${INSTALL_PROGRAM} ${WRKSRC}/iconv.so ${STAGEDIR}/${LUA_MODLIBDIR} .include -- cgit /cgit.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove mail/sylpheed3, please use mail/sylpheed instead.ehaupt2011-08-226-374/+0
* Add security/pinentry-gtk2 as a run dependency if the GPGME option is selected.ehaupt2011-07-271-1/+3
* Take maintainership.ehaupt2011-07-271-1/+1
* Update to 3.1.1ehaupt2011-07-263-3/+4
* - Chase gpgme shared lib bump.jlaffaye2011-07-211-1/+1
* fix -DNOPORTDOCS switcholiver2011-02-201-1/+1
* update to 3.1.0oliver2011-02-193-47/+48
* update to 3.0.3oliver2010-07-072-5/+5
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
* switch the WWW adress from the jp one to the en oneoliver2010-04-261-1/+1
* update to 3.0.2oliver2010-04-192-5/+4
* - update to 1.4.1dinoex2010-03-281-0/+1
* repo move mail/sylpheed2 to mail/sylpheed3 (3.0.1)oliver2010-03-243-9/+11
* - update to jpeg-8dinoex2010-02-051-0/+1
* change dependency for WITH_ONIGURUMA from devel/oniguruma to devel/oniguruma5oliver2009-08-30