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/inn | |
parent | add p5-Cache-Cache (diff) |
Install two additional headers.
Submitted by: dinoex
Diffstat (limited to 'news/inn')
-rw-r--r-- | news/inn/Makefile | 3 | ||||
-rw-r--r-- | news/inn/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
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 |