svn commit: r322554 - head/textproc/publican
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jul 9 09:14:54 UTC 2013
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 at FreeBSD.org>
-#
+# Created by: Steve Wills <swills at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= publican
PORTVERSION= 2.8
@@ -12,13 +8,12 @@ MASTER_SITES= http://pkgs.fedoraproject.
DISTNAME= Publican-${PORTVERSION}
MAINTAINER= doceng at 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>
More information about the svn-ports-head
mailing list