aboutsummaryrefslogtreecommitdiff
path: root/audio/freepats/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/freepats/Makefile')
-rw-r--r--audio/freepats/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/audio/freepats/Makefile b/audio/freepats/Makefile
index 48c8e79a70ae..f7972232cca9 100644
--- a/audio/freepats/Makefile
+++ b/audio/freepats/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: freepats
-# Date created: 5 February 2008
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= freepats
PORTVERSION= 20060219
@@ -11,13 +7,14 @@ CATEGORIES= audio
MASTER_SITES= http://freepats.zenvoid.org/
MAINTAINER= ports@FreeBSD.org
-COMMENT= A free and open set of instrument patches
+COMMENT= Free and open set of instrument patches
USE_BZIP2= yes
+
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
do-install:
- @cd ${WRKSRC}/&&${COPYTREE_SHARE} . ${DATADIR}/
+ cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR}
.include <bsd.port.mk>