aboutsummaryrefslogtreecommitdiff
path: root/irc/dancer
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-10-18 12:16:33 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-10-18 12:16:33 +0000
commit8055e4c663e7808792329b019bac8996421b4b84 (patch)
tree88a2397209ce79d76119594437194b5c21c25e26 /irc/dancer
parentf1bf4db4f5125d84d75a3499f55ff9c061908cc0 (diff)
downloadports-8055e4c663e7808792329b019bac8996421b4b84.tar.gz
ports-8055e4c663e7808792329b019bac8996421b4b84.zip
Use INSTALL_PROGRAM instead of INSTALL_DATA on the installed binary
to make sure the permissions are right so it can actually be run. Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=175386
Diffstat (limited to 'irc/dancer')
-rw-r--r--irc/dancer/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/dancer/Makefile b/irc/dancer/Makefile
index 8a03cbd0372d..c48bd3df493c 100644
--- a/irc/dancer/Makefile
+++ b/irc/dancer/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dancer
PORTVERSION= 4.16
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,7 +22,7 @@ MAKE_ARGS+= CSPECIAL="${CFLAGS}" LDFLAGS="${LDFLAGS}"
do-install:
@${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/../${PORTNAME} ${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/../${PORTNAME} ${PREFIX}/bin/
cd ${WRKSRC}/../example && ${INSTALL_DATA} \
dancer.config dancer.users \
dancer.funcs dancer.explain ${DATADIR}