diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:15:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:15:20 +0000 |
commit | 66974c6f5e2effaf4876717db889bcc3add90b04 (patch) | |
tree | 4f0c4b4206e69537be195d51aa2a26f486b60e75 /astro/fowsr | |
parent | c06669b079ccb292a393be3403fd36e66332a4ae (diff) |
Convert astro to USES=gmake
While here:
- Trim headers
- Use shebangfix when needed
- Convert to new perl5 world
Notes
Notes:
svn path=/head/; revision=325648
Diffstat (limited to 'astro/fowsr')
-rw-r--r-- | astro/fowsr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/fowsr/Makefile b/astro/fowsr/Makefile index 987ea5ce1e2b..4942111d1fc2 100644 --- a/astro/fowsr/Makefile +++ b/astro/fowsr/Makefile @@ -16,7 +16,7 @@ FILEVER= 1.0 FILEDATE= 20100718 WRKSRC= ${WRKDIR}/${PORTNAME}-${FILEVER} -USE_GMAKE= yes +USES= gmake PLIST_FILES= bin/fowsr |