diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-29 13:46:45 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-29 13:46:45 +0000 |
commit | 66291e56108e69eccb0f3840d13c232833eb6077 (patch) | |
tree | b539cbd79d53b7f135dedb6518c47fa9a489b413 | |
parent | 2e196c43737bed96d45e0ec34ad2b080b916708d (diff) | |
download | ports-66291e56108e69eccb0f3840d13c232833eb6077.tar.gz ports-66291e56108e69eccb0f3840d13c232833eb6077.zip |
Notes
-rw-r--r-- | mail/rabl_client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/rabl_client/Makefile b/mail/rabl_client/Makefile index 81771051d66d..f8a6c1bef98f 100644 --- a/mail/rabl_client/Makefile +++ b/mail/rabl_client/Makefile @@ -11,11 +11,11 @@ CATEGORIES= mail dns MASTER_SITES= http://www.nuclearelephant.com/projects/rabl/sources/ \ http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/ -MAINTAINER= itetcu@people.tecnik93.com +MAINTAINER= itetcu@FreeBSD.org COMMENT= Reactive Autonomous Blackhole List client GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --prefix=${PREFIX} \ |