diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-22 14:07:08 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-22 14:07:08 +0800 |
commit | c16120dfec5f18b1c79738b8f8e8b28e16a69e8c (patch) | |
tree | d4738e19ecb68abaf132b7d596a3711ef8d43bcc /audio/cdplay/Makefile | |
parent | f09903bd1e681acd689cc9ed14b280c322fa4171 (diff) | |
download | freebsd-ports-gnome-c16120dfec5f18b1c79738b8f8e8b28e16a69e8c.tar.gz freebsd-ports-gnome-c16120dfec5f18b1c79738b8f8e8b28e16a69e8c.tar.zst freebsd-ports-gnome-c16120dfec5f18b1c79738b8f8e8b28e16a69e8c.zip |
Use the MAN1 variable. Add the other half of patch-aa that causes
this port to respect BINOWN and MANOWN.
Diffstat (limited to 'audio/cdplay/Makefile')
-rw-r--r-- | audio/cdplay/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/cdplay/Makefile b/audio/cdplay/Makefile index d45bdb8b90db..7ea478da112d 100644 --- a/audio/cdplay/Makefile +++ b/audio/cdplay/Makefile @@ -3,19 +3,18 @@ # Date created: 8 July 1997 # Whom: Antti Kaipila <anttik@iki.fi> # -# $Id: Makefile,v 1.2 1998/01/05 17:12:11 vanilla Exp $ +# $Id: Makefile,v 1.3 1998/06/27 05:34:55 hoek Exp $ # DISTNAME= cdplay-0.92 CATEGORIES= audio MASTER_SITES= ftp://ftp.one.sci.fi/pub/cdplay/ -MAINTAINER= anttik@iki.fi +MAINTAINER= anttik@iki.fi + +MAN1= cdplay.1 pre-patch: @${GUNZIP_CMD} ${WRKSRC}/cdplay.1.gz -post-patch: - @${GZIP_CMD} ${WRKSRC}/cdplay.1 - .include <bsd.port.mk> |