summaryrefslogtreecommitdiff
path: root/audio/maplay/Makefile
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1999-07-17 14:43:55 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1999-07-17 14:43:55 +0000
commit600b98386b7ed21764e91ea31e813d370cfe41d0 (patch)
treee2d735b4bc5044fe1a3c87962326bd982fff800f /audio/maplay/Makefile
parentAdd WWW:. Reference fmt(1). Minor reformatting to keep this within 24 lines. (diff)
This pkg/DESCR was a verbatim copy of the README file and, aside from being
entirely inappropriate, was _way_ too long. Fix: install the README file into share/doc/maplay and clip DESCR.
Notes
Notes: svn path=/head/; revision=20241
Diffstat (limited to 'audio/maplay/Makefile')
-rw-r--r--audio/maplay/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile
index 0eb938eb979e..2b38926c49f4 100644
--- a/audio/maplay/Makefile
+++ b/audio/maplay/Makefile
@@ -3,7 +3,7 @@
# Date created: Feb 13 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.6 1997/01/07 14:58:04 torstenb Exp $
+# $Id: Makefile,v 1.7 1998/01/25 20:44:10 torstenb Exp $
#
DISTNAME= maplay1_2
@@ -20,4 +20,8 @@ PATCH_STRIP= -p2
pre-configure:
@(cd ${WRKSRC}; make pre-install)
+post-install:
+ @${MKDIR} ${PREFIX}/share/doc/maplay
+ @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/maplay
+
.include <bsd.port.mk>