aboutsummaryrefslogtreecommitdiff
path: root/audio/rplay
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-04 22:49:37 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-04 22:49:37 +0000
commit9bde697a8a4bafb41b9bac3be7527188d46eb671 (patch)
treeeaf84a2b8362f4aa744646d2c01dbcddbe911c5b /audio/rplay
parentb1e7279ef8be6e58df58e4e65a8094150259c8f9 (diff)
downloadports-9bde697a8a4bafb41b9bac3be7527188d46eb671.tar.gz
ports-9bde697a8a4bafb41b9bac3be7527188d46eb671.zip
Remove install-info from Makefile, it's automatically done when
INFO is defined.
Notes
Notes: svn path=/head/; revision=150424
Diffstat (limited to 'audio/rplay')
-rw-r--r--audio/rplay/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile
index 6994628e0cf6..677f473204f9 100644
--- a/audio/rplay/Makefile
+++ b/audio/rplay/Makefile
@@ -31,9 +31,6 @@ post-extract:
@${CP} ${WRKSRC}/doc/rplay.texi ${WRKSRC}/doc/rplayd.texi
post-install:
-.for info in ${INFO}
- @install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
-.endfor
@${ECHO_MSG} "===> Installing ${PREFIX}/etc/rc.d/rplayd.sh"
@${ECHO_MSG} "===> startup file as ${PREFIX}/etc/rc.d/rplayd.sh.sample"
@${INSTALL_SCRIPT} -m 751 ${FILESDIR}/rplayd.sh ${PREFIX}/etc/rc.d/rplayd.sh.sample