diff options
Diffstat (limited to 'audio/simplemod/Makefile')
-rw-r--r-- | audio/simplemod/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/simplemod/Makefile b/audio/simplemod/Makefile index 3274759a394b..5af26a7e195a 100644 --- a/audio/simplemod/Makefile +++ b/audio/simplemod/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: simplemod -# Date created: 9 june 2003 -# Whom: Christian Laursen <xi@borderworlds.dk> -# +# Created by: Christian Laursen <xi@borderworlds.dk> # $FreeBSD$ -# PORTNAME= simplemod PORTVERSION= 1.1 @@ -19,6 +15,7 @@ WRKSRC= ${WRKDIR}/simplemod ALL_TARGET= simplemod PLIST_FILES= bin/simplemod +NO_STAGE= yes do-install: ${INSTALL} -o 0 -g 0 -s ${WRKSRC}/simplemod ${PREFIX}/bin |