diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-07 21:07:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-07 21:07:00 +0800 |
commit | 9fc5202e78f95f2dc7c551c7ee757948eee37d64 (patch) | |
tree | 9ab3871c753cdd596fde8d4795b571e5b3d1bc1a /converters | |
parent | 3121672fe360be1914d3d6792ba88452b699bd17 (diff) | |
download | freebsd-ports-gnome-9fc5202e78f95f2dc7c551c7ee757948eee37d64.tar.gz freebsd-ports-gnome-9fc5202e78f95f2dc7c551c7ee757948eee37d64.tar.zst freebsd-ports-gnome-9fc5202e78f95f2dc7c551c7ee757948eee37d64.zip |
Support stage
Allow packaging as a user
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ruby-iconv/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/ruby-iconv/Makefile b/converters/ruby-iconv/Makefile index 6b5ca285275c..5bcda7064d54 100644 --- a/converters/ruby-iconv/Makefile +++ b/converters/ruby-iconv/Makefile @@ -12,11 +12,13 @@ DISTFILES= # empty DISTNAME= ${PORTNAME} MAINTAINER= ruby@FreeBSD.org -COMMENT= An iconv wrapper class for Ruby +COMMENT= iconv wrapper class for Ruby FETCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch USES= iconv +MAKE_ARGS= INSTALL_PROG="${INSTALL_PROGRAM}" \ + INSTALL_DATA="${INSTALL_DATA}" USE_RUBY= yes USE_RUBY_EXTCONF= yes @@ -27,7 +29,6 @@ INSTALL_TARGET= site-install PLIST_FILES= ${RUBY_ARCHLIBDIR:S,${PREFIX},,:S,^/,,}/iconv.so -NO_STAGE= yes .include <bsd.port.pre.mk> RUBY_WRKDIR!= cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKDIR |