diff options
Diffstat (limited to 'net/zebra-server/Makefile')
-rw-r--r-- | net/zebra-server/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/zebra-server/Makefile b/net/zebra-server/Makefile index f820fd7b9f82..f5709873f0ab 100644 --- a/net/zebra-server/Makefile +++ b/net/zebra-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= zebra-server PORTVERSION= 2.0.55 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/zebra/ DISTNAME= idzebra-${PORTVERSION} @@ -19,7 +19,8 @@ CONFIGURE_ARGS= --with-yaz=${LOCALBASE}/bin \ --with-tclconfig=${TCL_LIBDIR} \ --with-iconv=${ICONV_PREFIX} --with-expat=${LOCALBASE} INSTALL_TARGET= install-strip -USES= iconv libtool tcl +USES= iconv libtool shebangfix tcl +SHEBANG_FILES= util/idzebra-abs2dom USE_LDCONFIG= yes .include <bsd.port.mk> |