diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-02 23:20:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-02 23:20:05 +0800 |
commit | 23e4b9a68f3fbe803911a33381a3801ed45c4816 (patch) | |
tree | 38ca8eed91a0c1110a8b9ee4c1d0b377c7bfc16e /mail | |
parent | a164ca0372b1a8e972f781b01b0696bd7c30d498 (diff) | |
download | freebsd-ports-gnome-23e4b9a68f3fbe803911a33381a3801ed45c4816.tar.gz freebsd-ports-gnome-23e4b9a68f3fbe803911a33381a3801ed45c4816.tar.zst freebsd-ports-gnome-23e4b9a68f3fbe803911a33381a3801ed45c4816.zip |
- Stage support
- Convert to USES
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pop3lite/Makefile | 5 | ||||
-rw-r--r-- | mail/pop3lite/pkg-plist | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/mail/pop3lite/Makefile b/mail/pop3lite/Makefile index 45fc9cdf8921..d1e8e57c20f1 100644 --- a/mail/pop3lite/Makefile +++ b/mail/pop3lite/Makefile @@ -12,17 +12,14 @@ COMMENT= A flexible, modular RFC-compliant POP3 daemon USE_AUTOTOOLS= libtool libltdl USE_GNOME= glib12 -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN5= pop3lite.conf.5 -MAN8= pop3lite.8 INFO= pop3lite-admin -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/configure diff --git a/mail/pop3lite/pkg-plist b/mail/pop3lite/pkg-plist index fe97d6aaee99..ff48c7209a6f 100644 --- a/mail/pop3lite/pkg-plist +++ b/mail/pop3lite/pkg-plist @@ -67,6 +67,8 @@ share/doc/pop3lite/modules/PAM share/doc/pop3lite/modules/SABOTAGE share/doc/pop3lite/modules/USERCONF share/doc/pop3lite/modules/VHOST +man/man5/pop3lite.conf.5.gz +man/man8/pop3lite.8.gz @dirrm include/pop3lite @dirrm lib/pop3lite @dirrm share/doc/pop3lite/modules |