diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-13 17:34:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-13 17:34:25 +0000 |
commit | 19635a65fb076294833582ff5c5f872bb2c5df0b (patch) | |
tree | fbb3331cb2d90ec7362da0a8e60dee6a98f8b207 /devel/bennugd-modules | |
parent | be783107d696fee7c6368859ed43877d43afbc82 (diff) | |
download | ports-19635a65fb076294833582ff5c5f872bb2c5df0b.tar.gz ports-19635a65fb076294833582ff5c5f872bb2c5df0b.zip |
Notes
Diffstat (limited to 'devel/bennugd-modules')
-rw-r--r-- | devel/bennugd-modules/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/bennugd-modules/Makefile b/devel/bennugd-modules/Makefile index 231fc2415f08..7580c0f57f5b 100644 --- a/devel/bennugd-modules/Makefile +++ b/devel/bennugd-modules/Makefile @@ -23,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --libdir="${PREFIX}/lib/bennugd" CONFIGURE_ENV= ZLIB_CFLAGS=" " ZLIB_LIBS="-lz" DOS2UNIX_GLOB= *.c +INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/bennugd/${PORTNAME} |