diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-21 09:59:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-21 09:59:31 +0800 |
commit | dd446740f68745f795b9cce187b1eae630da07d7 (patch) | |
tree | d0083a38b3000fcbd24f515da89b3182e213afde /comms | |
parent | 49c9be3506354b3bea7891a31044656020ea803d (diff) | |
download | freebsd-ports-gnome-dd446740f68745f795b9cce187b1eae630da07d7.tar.gz freebsd-ports-gnome-dd446740f68745f795b9cce187b1eae630da07d7.tar.zst freebsd-ports-gnome-dd446740f68745f795b9cce187b1eae630da07d7.zip |
- Stage support
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libirman/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/libirman/Makefile b/comms/libirman/Makefile index cc51f57a57dd..bb0fc78bdc0b 100644 --- a/comms/libirman/Makefile +++ b/comms/libirman/Makefile @@ -10,8 +10,7 @@ MAINTAINER= rand@meridian-enviro.com COMMENT= Library for Evation's Irman infrared receiver HAS_CONFIGURE= YES -USE_GMAKE= YES -CONFIGURE_ARGS= --prefix=${PREFIX} +USES= gmake +CONFIGURE_ARGS= --prefix=${STAGEDIR}${PREFIX} -NO_STAGE= yes .include <bsd.port.mk> |