1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Uncomment a line that wasn't supposed to be commented. This

broke package building.

Noticed by:	bento.freebsd.org
This commit is contained in:
Chris Piazza 1999-08-29 21:49:07 +00:00
parent 6440c072d2
commit 70ced9aaea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21102

View File

@ -3,7 +3,7 @@
# Date created: 10 Apr 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $Id: Makefile,v 1.2 1999/08/14 09:11:54 jim Exp $
# $Id: Makefile,v 1.3 1999/08/22 19:01:04 mharo Exp $
#
DISTNAME= wmbutton-0.4
@ -26,7 +26,7 @@ post-install:
@${ECHO} "===> Installing .wmbutton as ${PREFIX}/share/examples/wmbutton/wmbutton"
@${ECHO} "===> Modify if you wish and copy to ~/.wmbutton"
@${MKDIR} ${PREFIX}/share/examples/wmbutton && ${CHMOD} a+rx ${PREFIX}/share/examples/wmbutton
#${INSTALL_DATA} ${WRKSRC}/.wmbutton ${PREFIX}/share/examples/wmbutton/wmbutton
${INSTALL_DATA} ${WRKSRC}/.wmbutton ${PREFIX}/share/examples/wmbutton/wmbutton
@${ECHO} "===> Installing README in ${PREFIX}/share/doc/wmbutton"
@${ECHO} "===> Please read it for usage instructions"
@${MKDIR} ${PREFIX}/share/doc/wmbutton && ${CHMOD} a+rx ${PREFIX}/share/doc/wmbutton