diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-05-24 14:17:13 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-05-24 14:17:13 +0000 |
commit | 2d9788132588683092456bc0b004b96071909940 (patch) | |
tree | dbf1d5c8feed5d3fe9704b276289e52e1192793c /news | |
parent | 66f747e2ccdd72fd1fa1810ffa3115a262b1cb2d (diff) | |
download | ports-2d9788132588683092456bc0b004b96071909940.tar.gz ports-2d9788132588683092456bc0b004b96071909940.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/inn-current/Makefile | 3 | ||||
-rw-r--r-- | news/inn-current/pkg-plist | 2 | ||||
-rw-r--r-- | news/inn/Makefile | 3 | ||||
-rw-r--r-- | news/inn/pkg-plist | 2 |
4 files changed, 8 insertions, 2 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index 11e4f00300a3..df5b65881b2e 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -7,6 +7,7 @@ PORTNAME= inn PORTVERSION= 2.3.2 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= ftp://ftp.isc.org/isc/inn/ @@ -60,7 +61,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} diff --git a/news/inn-current/pkg-plist b/news/inn-current/pkg-plist index ed5005f1ddd6..72fd7641694c 100644 --- a/news/inn-current/pkg-plist +++ b/news/inn-current/pkg-plist @@ -139,6 +139,8 @@ news/etc/storage.conf news/etc/subscriptions news/include/clibrary.h news/include/config.h +news/include/configdata.h +news/include/dbz.h news/include/libinn.h news/include/storage.h news/lib/docheckgroups diff --git a/news/inn/Makefile b/news/inn/Makefile index 11e4f00300a3..df5b65881b2e 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -7,6 +7,7 @@ PORTNAME= inn PORTVERSION= 2.3.2 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= ftp://ftp.isc.org/isc/inn/ @@ -60,7 +61,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} diff --git a/news/inn/pkg-plist b/news/inn/pkg-plist index ed5005f1ddd6..72fd7641694c 100644 --- a/news/inn/pkg-plist +++ b/news/inn/pkg-plist @@ -139,6 +139,8 @@ news/etc/storage.conf news/etc/subscriptions news/include/clibrary.h news/include/config.h +news/include/configdata.h +news/include/dbz.h news/include/libinn.h news/include/storage.h news/lib/docheckgroups |