diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-03-26 14:53:35 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-03-26 14:53:35 +0000 |
commit | 2394c7e6036b9c6341dca4d3d609d285688f3538 (patch) | |
tree | dbb7319187f320265d5314da3930c1556389a251 /news/fidogate | |
parent | 0d05f40e15b1af862f30f49f1c969f5312cf9f28 (diff) | |
download | ports-2394c7e6036b9c6341dca4d3d609d285688f3538.tar.gz ports-2394c7e6036b9c6341dca4d3d609d285688f3538.zip |
Notes
Diffstat (limited to 'news/fidogate')
-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 |