[Midnightbsd-cvs] mports [16320] trunk/mail/wpop3d/Makefile: modernize

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 13 20:46:57 EDT 2014


Revision: 16320
          http://svnweb.midnightbsd.org/mports/?rev=16320
Author:   laffer1
Date:     2014-04-13 20:46:56 -0400 (Sun, 13 Apr 2014)
Log Message:
-----------
modernize

Modified Paths:
--------------
    trunk/mail/wpop3d/Makefile

Modified: trunk/mail/wpop3d/Makefile
===================================================================
--- trunk/mail/wpop3d/Makefile	2014-04-14 00:44:50 UTC (rev 16319)
+++ trunk/mail/wpop3d/Makefile	2014-04-14 00:46:56 UTC (rev 16320)
@@ -3,22 +3,21 @@
 # Whom:           wintellect
 #
 # $MidnightBSD$
-#
 
 PORTNAME=	wpop3d
 PORTVERSION=	1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 
 MAINTAINER=	wintellect at bsdnexus.com
 COMMENT=	A pop3 server for retrieval of remote mail on a UNIX system
+
 LICENSE=	bsd2
 
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=-build=${MACHINE_ARCH}-portbld-freebsd6.0
-MAN1=		wpop3d.1
 
-PLIST_FILES=	sbin/wpop3d
+PLIST_FILES=	sbin/wpop3d man/man1/wpop3d.1
 
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list