aboutsummaryrefslogtreecommitdiff
path: root/audio/freepats
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-03-13 11:54:25 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-03-13 11:54:25 +0000
commite86b55727a088049f223a32d722fdaf57dbe2719 (patch)
tree13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/freepats
parent4ff98799fdd3ca29df878fa31d0ad3c993279a11 (diff)
downloadports-e86b55727a088049f223a32d722fdaf57dbe2719.tar.gz
ports-e86b55727a088049f223a32d722fdaf57dbe2719.zip
Notes
Diffstat (limited to 'audio/freepats')
-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>