diff options
-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> |