summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-09 09:14:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-09 09:14:53 +0000
commitd8fc35c761ff700c2e1dba10388732cbf6c6b6ec (patch)
tree962c725b1283e108e5a9c8a83b3dc7360b0ebc9d /textproc
parentRemove useless USE_DISPLAY (diff)
Remove the useless USE_DISPLAY
While here: - Trim headers - Remove indefinite artical - Remove useless pre.mk/post.mk dancing
Notes
Notes: svn path=/head/; revision=322554
Diffstat (limited to 'textproc')
-rw-r--r--textproc/publican/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/textproc/publican/Makefile b/textproc/publican/Makefile
index 54cc6844f774..61662202ae71 100644
--- a/textproc/publican/Makefile
+++ b/textproc/publican/Makefile
@@ -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.org/repo/pkgs/publican/Publican-${PORTVE
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 Publican::CreateBook.3 \
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>