diff options
author | des <des@FreeBSD.org> | 2001-05-24 22:56:17 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-05-24 22:56:17 +0800 |
commit | cf1cb97f7f2b404d74d339f5688fe8fdef27fde8 (patch) | |
tree | 0aa3b3620e3d69c9ce6b811c879cb949dbe1ef33 /news/inn-stable/Makefile | |
parent | 3dcda487b04678bc817bb0e0ba6691e66c6873bc (diff) | |
download | freebsd-ports-gnome-cf1cb97f7f2b404d74d339f5688fe8fdef27fde8.tar.gz freebsd-ports-gnome-cf1cb97f7f2b404d74d339f5688fe8fdef27fde8.tar.zst freebsd-ports-gnome-cf1cb97f7f2b404d74d339f5688fe8fdef27fde8.zip |
Install two additional headers. While we're there, upgrade to 2.3.20010523.
Submitted by: dinoex
Diffstat (limited to 'news/inn-stable/Makefile')
-rw-r--r-- | news/inn-stable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index db0054293d09..a10c3ce1ca4b 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -6,7 +6,7 @@ # PORTNAME= inn -SNAPSHOT= 20010520 +SNAPSHOT= 20010523 PORTVERSION= 2.3.${SNAPSHOT} CATEGORIES= news MASTER_SITES= ftp://ftp.isc.org/isc/inn/snapshots/ @@ -62,7 +62,7 @@ MAN8= actsync.8 actsyncd.8 archive.8 batcher.8 buffchan.8 cnfsheadconf.8 \ EXTRA= ${WRKSRC}/HISTORY ${WRKSRC}/INSTALL ${WRKSRC}/LICENSE -INN_INCLUDES= clibrary.h config.h libinn.h storage.h +INN_INCLUDES= clibrary.h config.h configdata.h dbz.h libinn.h storage.h pre-install: ${MKDIR} ${INN_NEWSSPOOL} |