diff options
author | mm <mm@FreeBSD.org> | 2007-06-11 20:06:26 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-06-11 20:06:26 +0800 |
commit | a960c8362d2ee89618fe525a7c7965f3e6b16ba1 (patch) | |
tree | b9e8e5ef6d74a899c3e897f0cb847d557c92c288 /mail/dbmail22/Makefile | |
parent | 6406ee72c65fce632b33fec0fc105856a8956d69 (diff) | |
download | freebsd-ports-gnome-a960c8362d2ee89618fe525a7c7965f3e6b16ba1.tar.gz freebsd-ports-gnome-a960c8362d2ee89618fe525a7c7965f3e6b16ba1.tar.zst freebsd-ports-gnome-a960c8362d2ee89618fe525a7c7965f3e6b16ba1.zip |
- update to 2.2.5
PR: ports/113272
Submitted by: Larry Rosenman <ler@lerctr.org>
Approved by: maintainer, garga (mentor)
Diffstat (limited to 'mail/dbmail22/Makefile')
-rw-r--r-- | mail/dbmail22/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/dbmail22/Makefile b/mail/dbmail22/Makefile index 5d0cf0e5d14f..e4ab75c352ad 100644 --- a/mail/dbmail22/Makefile +++ b/mail/dbmail22/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dbmail -PORTVERSION= 2.2.4 +PORTVERSION= 2.2.5 CATEGORIES= mail MASTER_SITES= http://www.dbmail.org/download/2.2/ @@ -34,6 +34,7 @@ USE_OPENSSL= YES CFLAGS+= -fPIC -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" LOCALBASE=${LOCALBASE} +CONFIGURE_ARGS+= --with-pkglibdir=${LOCALBASE}/lib/dbmail MAKE_ARGS+= mandir=${PREFIX}/man PORTDOCS= AUTHORS BUGS COPYING INSTALL NEWS README \ |