diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-11 07:07:07 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-11 07:07:07 +0800 |
commit | 7518304b5889896942f23e0150b910101bc16f13 (patch) | |
tree | bbcc4dacc32150ad39c0e4da7983da40509d91c8 /mail | |
parent | e763518c5281f36c54699b82692a2e52dd842af4 (diff) | |
download | freebsd-ports-gnome-7518304b5889896942f23e0150b910101bc16f13.tar.gz freebsd-ports-gnome-7518304b5889896942f23e0150b910101bc16f13.tar.zst freebsd-ports-gnome-7518304b5889896942f23e0150b910101bc16f13.zip |
- Fix pkg-plist when NOPORT* are NOT defined
- Bump PORTREVISION
Reported by: pav via pointyhat
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-qpsmtpd/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-qpsmtpd/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/mail/p5-qpsmtpd/Makefile b/mail/p5-qpsmtpd/Makefile index eb9121e6a8e5..a5eea7fb71f5 100644 --- a/mail/p5-qpsmtpd/Makefile +++ b/mail/p5-qpsmtpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= qpsmtpd PORTVERSION= 0.81 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= http://smtpd.develooper.com/files/ PKGNAMEPREFIX= p5- diff --git a/mail/p5-qpsmtpd/pkg-plist b/mail/p5-qpsmtpd/pkg-plist index 2ac6adb1e8ef..d8668745b1bb 100644 --- a/mail/p5-qpsmtpd/pkg-plist +++ b/mail/p5-qpsmtpd/pkg-plist @@ -74,8 +74,6 @@ bin/qpsmtpd-prefork %%DATADIR%%/plugins/virus/sophie %%DATADIR%%/plugins/virus/uvscan %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.authentication -%%PORTDOCS%%%%DOCSDIR%%/README.logging %%PORTDOCS%%%%DOCSDIR%%/README.plugins %%PORTEXAMPLES%%%%EXAMPLESDIR%%/IP %%PORTEXAMPLES%%%%EXAMPLESDIR%%/badhelo |