summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhale <jhale@FreeBSD.org>2012-10-30 15:43:53 +0000
committerjhale <jhale@FreeBSD.org>2012-10-30 15:43:53 +0000
commitfe091160a30fcb15ed8ec06e6953a2e86e59a521 (patch)
treeb284706c58e8b09db5a1b6ac3ac92e248c9b09c0
parent0660b7702f50d96593472d8a82148393a0f90b03 (diff)
downloadFreeBSD-ports-fe091160a30fcb15ed8ec06e6953a2e86e59a521.zip
FreeBSD-ports-fe091160a30fcb15ed8ec06e6953a2e86e59a521.tar.gz
- 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
-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 42a4325..ea5f21c 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 89eb6a1..d7640e3 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/
OpenPOWER on IntegriCloud