summaryrefslogtreecommitdiff
path: root/audio/sox
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1995-05-05 20:43:47 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1995-05-05 20:43:47 +0000
commitcee36e7a5949e9be0c01a81ecd6c3023e5c30d2e (patch)
tree990fb0fda7b4fc3a77577d44dfa4ced00236eb36 /audio/sox
parentoops, make sure ${WRKDIR} exists before fetching distfiles. (diff)
- remove pre-install target
- add myself as MAINTAINER
Notes
Notes: svn path=/head/; revision=1630
Diffstat (limited to 'audio/sox')
-rw-r--r--audio/sox/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile
index 151327b0d145..4831d9b7fc9d 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.3 1995/04/01 12:43:59 jkh Exp $
+# $Id: Makefile,v 1.4 1995/04/11 19:46:52 asami Exp $
#
DISTNAME= sox10p11
@@ -12,8 +12,6 @@ CATEGORIES+= audio
MASTER_SITES= ftp://nic.switch.ch/software/sources/audio/
EXTRACT_SUFX= .tar.Z
-pre-install:
- mkdir -p ${PREFIX}/bin
- mkdir -p ${PREFIX}/man
+MAINTAINER= torstenb@FreeBSD.ORG
.include <bsd.port.mk>