diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-03-26 22:53:35 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-03-26 22:53:35 +0800 |
commit | fc1fdb0c8df960fb8a0f063a89f5f2076f96bce2 (patch) | |
tree | 17998a75891551fe80bda33b38c8dd1aeeb9a09b /news | |
parent | 16d8a24d728df8bebf47c098a77d77a64fe2d6a7 (diff) | |
download | freebsd-ports-gnome-fc1fdb0c8df960fb8a0f063a89f5f2076f96bce2.tar.gz freebsd-ports-gnome-fc1fdb0c8df960fb8a0f063a89f5f2076f96bce2.tar.zst freebsd-ports-gnome-fc1fdb0c8df960fb8a0f063a89f5f2076f96bce2.zip |
- new option WITHOUT_IFCICO
- hack araound regression with makeinfo 4.8
- make portlint happierAA
Diffstat (limited to 'news')
-rw-r--r-- | news/fidogate/Makefile | 6 | ||||
-rw-r--r-- | news/fidogate/pkg-plist | 3 |
2 files changed, 2 insertions, 7 deletions
diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile index ad1176bbf99b..98d310ca9a99 100644 --- a/news/fidogate/Makefile +++ b/news/fidogate/Makefile @@ -16,11 +16,8 @@ MASTER_SITE_SUBDIR= system/fido MAINTAINER= dinoex@FreeBSD.org COMMENT= Fido-Internet Gateway and Tosser -# you may commet out this line if you have another transfer-agent +.if !defined(WITHOUT_IFCICO) RUN_DEPENDS= ${LOCALBASE}/libexec/ifmail/ifcico:${PORTSDIR}/news/ifmail - -.if defined(PARALLEL_PACKAGE_BUILD) -IGNORE= indefinite hang .endif USE_GMAKE= yes @@ -38,6 +35,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-perl .endif pre-configure: + ${RM} -f ${WORKSRC}/doc/fidogate.info-? @${PERL5} -pi -e "s=.{PREFIX}=${PREFIX}=g" ${WRKSRC}/config.make .if defined(FIDOGATE_RUNAS) @${PERL5} -pi -e "s/OWNER.*= news/OWNER = ${FIDOGATE_RUNAS}/" \ diff --git a/news/fidogate/pkg-plist b/news/fidogate/pkg-plist index 4527f7fd5dfe..8a4546939308 100644 --- a/news/fidogate/pkg-plist +++ b/news/fidogate/pkg-plist @@ -128,9 +128,6 @@ libexec/fidogate/sumcrc %%PORTDOCS%%%%DOCSDIR%%/html/msgid.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/info/fidogate.info -%%PORTDOCS%%%%DOCSDIR%%/info/fidogate.info-1 -%%PORTDOCS%%%%DOCSDIR%%/info/fidogate.info-2 -%%PORTDOCS%%%%DOCSDIR%%/info/fidogate.info-3 %%PORTDOCS%%%%DOCSDIR%%/kludge-rfc.doc %%PORTDOCS%%%%DOCSDIR%%/misc/ifmail-and-fidogate.doc %%PORTDOCS%%%%DOCSDIR%%/misc/roland.doc |