diff options
-rw-r--r-- | mail/rabl_server/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/rabl_server/Makefile b/mail/rabl_server/Makefile index 8836601883fb..84f08e362ece 100644 --- a/mail/rabl_server/Makefile +++ b/mail/rabl_server/Makefile @@ -11,13 +11,13 @@ PORTNAME= rabl_server PORTVERSION= 1.0.0 CATEGORIES= mail dns MASTER_SITES= http://www.nuclearelephant.com/projects/rabl/sources/ \ - http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/ + http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/ -MAINTAINER= itetcu@people.tecnik93.com +MAINTAINER= itetcu@FreeBSD.org COMMENT= Reactive Autonomous Blackhole List server GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |