[Midnightbsd-cvs] mports [20590] trunk/mail/mime-construct: fix man page install

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 31 14:25:01 EDT 2015


Revision: 20590
          http://svnweb.midnightbsd.org/mports/?rev=20590
Author:   laffer1
Date:     2015-10-31 14:25:00 -0400 (Sat, 31 Oct 2015)
Log Message:
-----------
fix man page install

Modified Paths:
--------------
    trunk/mail/mime-construct/Makefile
    trunk/mail/mime-construct/pkg-plist

Modified: trunk/mail/mime-construct/Makefile
===================================================================
--- trunk/mail/mime-construct/Makefile	2015-10-31 18:24:00 UTC (rev 20589)
+++ trunk/mail/mime-construct/Makefile	2015-10-31 18:25:00 UTC (rev 20590)
@@ -2,12 +2,13 @@
 
 PORTNAME=	mime-construct
 PORTVERSION=	1.11
+PORTREVISION=	1
 CATEGORIES=	mail
-MASTER_SITES=	http://www.argon.org/~roderick/ \
-		ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/
+MASTER_SITES=	http://www.argon.org/~roderick/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Construct and optionally send MIME messages from command line
+
 LICENSE=	gpl2
 
 BUILD_DEPENDS=	p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
@@ -17,6 +18,4 @@
 
 PERL_CONFIGURE=	yes
 
-MAN1=		mime-construct.1
-
 .include <bsd.port.mk>

Modified: trunk/mail/mime-construct/pkg-plist
===================================================================
--- trunk/mail/mime-construct/pkg-plist	2015-10-31 18:24:00 UTC (rev 20589)
+++ trunk/mail/mime-construct/pkg-plist	2015-10-31 18:25:00 UTC (rev 20590)
@@ -1,2 +1,2 @@
 bin/mime-construct
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/mime-construct
+man/man1/mime-construct.1.gz



More information about the Midnightbsd-cvs mailing list