diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /audio/sox | |
parent | f777115e0124107b5cef3e52bb4856f321dcd2eb (diff) | |
download | ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.tar.gz ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.zip |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4575
Diffstat (limited to 'audio/sox')
-rw-r--r-- | audio/sox/Makefile | 5 |
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> |