summaryrefslogtreecommitdiff
path: root/audio/sox
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /audio/sox
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'audio/sox')
-rw-r--r--audio/sox/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile
index babb95d97e28..ee4d2022899a 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.6 1995/05/05 20:54:27 torstenb Exp $
+# $Id: Makefile,v 1.7 1996/11/15 23:14:24 obrien Exp $
#
DISTNAME= sox10p11
@@ -14,7 +14,6 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= torstenb@FreeBSD.ORG
-post-install:
- gzip -9nf ${PREFIX}/man/man1/sox.1
+MAN1= sox.1
.include <bsd.port.mk>