diff options
Diffstat (limited to 'sysutils/sievelog/Makefile')
-rw-r--r-- | sysutils/sievelog/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sysutils/sievelog/Makefile b/sysutils/sievelog/Makefile deleted file mode 100644 index e91307114792..000000000000 --- a/sysutils/sievelog/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Jesse Kempf <jessekempf@gmail.com> -# $FreeBSD$ - -PORTNAME= sievelog -PORTVERSION= 1.0.1 -PORTREVISION= 2 -CATEGORIES= sysutils python -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= jessekempf@gmail.com -COMMENT= Syslog message filter - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -USES= python -USE_PYTHON= distutils - -SUB_FILES= pkg-message - -post-install: - @${CP} -p ${WRKSRC}/test.sv ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample - @${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 - @${INSTALL_MAN} ${WRKSRC}/man/man5/${PORTNAME}.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5 - -.include <bsd.port.mk> |