aboutsummaryrefslogtreecommitdiff
path: root/graphics/barbecue
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2012-10-30 15:43:53 +0000
committerJason E. Hale <jhale@FreeBSD.org>2012-10-30 15:43:53 +0000
commitc59cf05aca3fc9b1042f92addabd171be7937d61 (patch)
treeb284706c58e8b09db5a1b6ac3ac92e248c9b09c0 /graphics/barbecue
parent4934aa6f61e35f506e593b66ea4235e5befb1cda (diff)
downloadports-c59cf05aca3fc9b1042f92addabd171be7937d61.tar.gz
ports-c59cf05aca3fc9b1042f92addabd171be7937d61.zip
- Silence COPYTREE_SHARE
- Pass maintainership to submitter While here: - Trim Makefile header - Tab -> space in pkg-descr WWW line PR: ports/173192 Submitted by: nemysis <nemysis@gmx.ch> Approved by: makc, avilla (mentors, implicit) Feature safe: yes
Notes
Notes: svn path=/head/; revision=306681
Diffstat (limited to 'graphics/barbecue')
-rw-r--r--graphics/barbecue/Makefile14
-rw-r--r--graphics/barbecue/pkg-descr2
2 files changed, 6 insertions, 10 deletions
diff --git a/graphics/barbecue/Makefile b/graphics/barbecue/Makefile
index 42a4325da6cb..ea5f21ced2f0 100644
--- a/graphics/barbecue/Makefile
+++ b/graphics/barbecue/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: barbecue
-# Date created: 21 May 2005
-# Whom: Thierry Thomas <thierry@pompo.net>
-#
+# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$
-#
PORTNAME= barbecue
DISTVERSION= 1.5-beta1
@@ -11,7 +7,7 @@ CATEGORIES= graphics print java
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/
DIST_SUBDIR= java
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= nemysis@gmx.ch
COMMENT= Java barcode generator
LICENSE= BSD
@@ -61,18 +57,18 @@ do-install:
.if ${PORT_OPTIONS:MTOMCAT6} || ${PORT_OPTIONS:MTOMCAT7}
${INSTALL} -d -o ${WWWOWN} -g ${WWWGRP} ${WEBAPPDIR}/${PORTNAME}
- (cd ${WRKDIR}/${PORTNAME} && ${COPYTREE_SHARE} \* ${WEBAPPDIR}/${PORTNAME})
+ @(cd ${WRKDIR}/${PORTNAME} && ${COPYTREE_SHARE} \* ${WEBAPPDIR}/${PORTNAME})
${TOUCH} ${WEBAPPDIR}/${PORTNAME}/WEB-INF/classes/net/sourceforge/barbecue/postnet/.empty
.endif
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
- (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \* ${DOCSDIR})
+ @(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \* ${DOCSDIR})
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
- (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
+ @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
.endif
.include <bsd.port.mk>
diff --git a/graphics/barbecue/pkg-descr b/graphics/barbecue/pkg-descr
index 89eb6a18079e..d7640e37d4cf 100644
--- a/graphics/barbecue/pkg-descr
+++ b/graphics/barbecue/pkg-descr
@@ -4,4 +4,4 @@ barcode formats are supported and many more can be added via the flexible
barcode API. Barcodes can be outputted to Graphics objects, or used as a Swing
component, or written out as SVG.
-WWW: http://barbecue.sourceforge.net/
+WWW: http://barbecue.sourceforge.net/