summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-19 18:56:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-19 18:56:23 +0000
commit9c20ec488f9789d93eee7d0c3c8acbcdf1819432 (patch)
tree19771c68e9fe8a3ff19ed9ad46e42f1ad6d8614b /astro
parentSupport stage (diff)
Support stage
Notes
Notes: svn path=/head/; revision=340340
Diffstat (limited to 'astro')
-rw-r--r--astro/fowsr/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/astro/fowsr/Makefile b/astro/fowsr/Makefile
index e444feb3470d..e2d87d0f3a9d 100644
--- a/astro/fowsr/Makefile
+++ b/astro/fowsr/Makefile
@@ -16,19 +16,16 @@ FILEVER= 1.0
FILEDATE= 20100718
WRKSRC= ${WRKDIR}/${PORTNAME}-${FILEVER}
-USES= gmake
-NO_STAGE= yes
+USES= gmake dos2unix
PLIST_FILES= bin/fowsr
-USE_DOS2UNIX= yes
-
post-patch:
${REINPLACE_CMD} 's:gcc:${CC}:g' ${WRKSRC}/Makefile
${REINPLACE_CMD} 's:/usr/bin/fowsr:fowsr:g ; s://var//://var/tmp//:g' \
${WRKSRC}/*.sh ${WRKSRC}/fowsr.c
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/fowsr ${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/fowsr ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>