diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-19 18:56:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-19 18:56:23 +0000 |
commit | 9c20ec488f9789d93eee7d0c3c8acbcdf1819432 (patch) | |
tree | 19771c68e9fe8a3ff19ed9ad46e42f1ad6d8614b /astro/fowsr | |
parent | 463b0063dbb933c3f39871c14759b0ebb97e2bfc (diff) | |
download | ports-9c20ec488f9789d93eee7d0c3c8acbcdf1819432.tar.gz ports-9c20ec488f9789d93eee7d0c3c8acbcdf1819432.zip |
Notes
Diffstat (limited to 'astro/fowsr')
-rw-r--r-- | astro/fowsr/Makefile | 7 |
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> |