diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-03-09 13:03:28 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-03-09 13:03:28 +0000 |
commit | 993b9650aa911e8bc127138685f2a479693c61ad (patch) | |
tree | 76272d103674938f742506431c73873d2921d7ff /www/mod_whatkilledus/Makefile | |
parent | 24f3713903671149ab987cdaaa5279dbc3effea0 (diff) | |
download | ports-993b9650aa911e8bc127138685f2a479693c61ad.tar.gz ports-993b9650aa911e8bc127138685f2a479693c61ad.zip |
Notes
Diffstat (limited to 'www/mod_whatkilledus/Makefile')
-rw-r--r-- | www/mod_whatkilledus/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_whatkilledus/Makefile b/www/mod_whatkilledus/Makefile index b6d458011580..07dd8069a1e2 100644 --- a/www/mod_whatkilledus/Makefile +++ b/www/mod_whatkilledus/Makefile @@ -12,6 +12,8 @@ EXTRACT_ONLY= # empty MAINTAINER= fw@moov.de COMMENT= Logs a report when a child process crashes +LICENSE= APACHE20 + MANUAL_PACKAGE_BUILD= yes USE_APACHE= 22 @@ -21,9 +23,8 @@ SHORTMODNAME= whatkilledus WRKSRC= ${WRKDIR} -NO_STAGE= yes do-extract: - ${MKDIR} ${WRKSRC} + @${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/mod_whatkilledus.c ${WRKSRC} ${CP} ${DISTDIR}/test_char.h ${WRKSRC} |