summaryrefslogtreecommitdiff
path: root/audio/cdplay/Makefile
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-08-22 06:07:08 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-08-22 06:07:08 +0000
commite4be841dabcd2de90cb5a3b0fe66829ccdbb4fd4 (patch)
treef6dd216a890d7637f3269249771826f65722fe0a /audio/cdplay/Makefile
parentUse MAN1. Split-up monolithic patch-aa. Make reinstall: work. (diff)
Use the MAN1 variable. Add the other half of patch-aa that causes
this port to respect BINOWN and MANOWN.
Notes
Notes: svn path=/head/; revision=12714
Diffstat (limited to 'audio/cdplay/Makefile')
-rw-r--r--audio/cdplay/Makefile9
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>