svn commit: r329046 - head/audio/yell
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Oct 2 13:43:30 UTC 2013
Author: ehaupt
Date: Wed Oct 2 13:43:29 2013
New Revision: 329046
URL: http://svnweb.freebsd.org/changeset/ports/329046
Log:
Use staging
Modified:
head/audio/yell/Makefile
Modified: head/audio/yell/Makefile
==============================================================================
--- head/audio/yell/Makefile Wed Oct 2 13:17:06 2013 (r329045)
+++ head/audio/yell/Makefile Wed Oct 2 13:43:29 2013 (r329046)
@@ -12,7 +12,6 @@ COMMENT= Command-line pc speaker bell
PLIST_FILES= bin/yell
ONLY_FOR_ARCHS= i386 amd64
-NO_STAGE= yes
OPTIONS_DEFINE= SUID
SUID_DESC= Use suid to allow execution as non root
@@ -24,9 +23,11 @@ do-build:
do-install:
.if ${PORT_OPTIONS:MSUID}
- ${INSTALL_PROGRAM} -m 4110 ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} -m 4110 ${WRKSRC}/${PORTNAME} \
+ ${STAGEDIR}/${PREFIX}/bin
.else
- ${INSTALL_PROGRAM} -m 0100 ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} -m 0100 ${WRKSRC}/${PORTNAME} \
+ ${STAGEDIR}/${PREFIX}/bin
.endif
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list