diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2015-08-24 23:43:55 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2015-08-24 23:43:55 +0000 |
commit | 8fc101ab93b6c838a42383db235f16cf06e447d9 (patch) | |
tree | ba5083eac8471b5fb9eecc5ec296be117124e1c9 /news/leafnode/Makefile | |
parent | c12dfa9815dd0c4df2d7152b79aa6938e759ab55 (diff) |
Notes
Diffstat (limited to 'news/leafnode/Makefile')
-rw-r--r-- | news/leafnode/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile index 2cc69c702292..f7175d6a3010 100644 --- a/news/leafnode/Makefile +++ b/news/leafnode/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= leafnode -DISTVERSION= 1.11.10 -PORTREVISION= 1 +DISTVERSION= 1.11.11 CATEGORIES= news ipv6 MASTER_SITES= SF \ http://www.dt.e-technik.uni-dortmund.de/~ma/${PORTNAME}/ @@ -35,7 +34,7 @@ PLIST_SUB= SPOOLDIR=${LEAFNODE_SPOOLDIR} REALPREFIX=${PREFIX} CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/leafnode \ --with-spooldir=${LEAFNODE_SPOOLDIR} --with-ipv6 \ --exec-prefix=${PREFIX} -SUB_FILES= pkg-message pkg-install +SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= SPOOLDIR=${LEAFNODE_SPOOLDIR} MAN1= leafnode-version.1 newsq.1 |