aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_xml2enc
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2013-12-16 06:11:20 +0800
committerohauer <ohauer@FreeBSD.org>2013-12-16 06:11:20 +0800
commit5550b7ffd82b6ef9b5c833ae012ffb2e3589c786 (patch)
tree04a297afc1f15cc989bfa9a4b4fac1df43caa203 /www/mod_xml2enc
parent421b9565c6097dd51d21c912380898ffa548a7aa (diff)
downloadfreebsd-ports-gnome-5550b7ffd82b6ef9b5c833ae012ffb2e3589c786.tar.gz
freebsd-ports-gnome-5550b7ffd82b6ef9b5c833ae012ffb2e3589c786.tar.zst
freebsd-ports-gnome-5550b7ffd82b6ef9b5c833ae012ffb2e3589c786.zip
- add stage support
- add license - minor cleanups with hat apache@
Diffstat (limited to 'www/mod_xml2enc')
-rw-r--r--www/mod_xml2enc/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/mod_xml2enc/Makefile b/www/mod_xml2enc/Makefile
index 74b5cc346fd9..b55f966fcb12 100644
--- a/www/mod_xml2enc/Makefile
+++ b/www/mod_xml2enc/Makefile
@@ -11,6 +11,7 @@ DIST_SUBDIR= mod_proxy_html
MAINTAINER= dnaeon@gmail.com
COMMENT= Apache module for converting encoding before and/or after a filter run
+LICENSE= GPLv2
# included in apache24
# http://httpd.apache.org/docs/2.4/mod/mod_xml2enc.html
@@ -25,12 +26,10 @@ AP_INC+= ${LOCALBASE}/include/libxml2 -I${WRKSRC}
AP_LIB+= ${LOCALBASE}/lib
AP_EXTRAS+= -lxml2
-PLIST_FILES= %%DOCSDIR%%/COPYING
-PLIST_DIRS= %%DOCSDIR%%
+PORTDOCS= COPYING
-NO_STAGE= yes
post-install:
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/COPYING ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>