Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2013 09:14:53 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322554 - head/textproc/publican
Message-ID:  <201307090914.r699Erkw027998@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jul  9 09:14:53 2013
New Revision: 322554
URL: http://svnweb.freebsd.org/changeset/ports/322554

Log:
  Remove the useless USE_DISPLAY
  While here:
  - Trim headers
  - Remove indefinite artical
  - Remove useless pre.mk/post.mk dancing

Modified:
  head/textproc/publican/Makefile

Modified: head/textproc/publican/Makefile
==============================================================================
--- head/textproc/publican/Makefile	Tue Jul  9 09:12:19 2013	(r322553)
+++ head/textproc/publican/Makefile	Tue Jul  9 09:14:53 2013	(r322554)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	publican
-# Date created:		2012-08-16
-# Whom:			Steve Wills <swills@FreeBSD.org>
-#
+# Created by: Steve Wills <swills@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	publican
 PORTVERSION=	2.8
@@ -12,13 +8,12 @@ MASTER_SITES=	http://pkgs.fedoraproject.
 DISTNAME=	Publican-${PORTVERSION}
 
 MAINTAINER=	doceng@FreeBSD.org
-COMMENT=	A single source publishing tool based on DocBook XML.
+COMMENT=	Single source publishing tool based on DocBook XML.
 
 USE_JAVA=	yes
 PERL_MODBUILD=	yes
 
 MAKE_JOBS_UNSAFE=	yes
-USE_DISPLAY=	yes
 
 BUILD_DEPENDS=	\
 		p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar \
@@ -78,8 +73,6 @@ MAN3=	Publican.3 Publican::Builder.3 Pub
 	Publican::CreateBrand.3 Publican::Localise.3 Publican::Translate.3 \
 	Publican::TreeView.3 Publican::WebSite.3 Publican::XmlClean.3
 
-.include <bsd.port.pre.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \
 			-e 's,%%DATADIR%%,${DATADIR},g' \
@@ -99,4 +92,4 @@ post-patch:
 			${WRKSRC}/lib/Publican/Builder.pm \
 			${WRKSRC}/lib/Publican/WebSite.pm
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307090914.r699Erkw027998>