diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-07-22 01:48:44 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-07-22 01:48:44 +0000 |
commit | faf8a5e596751de0e91c924bf5e490242c9ccb04 (patch) | |
tree | ae34482763091a88921cf950b99d9c0ff0b217ec /www/chtml/Makefile | |
parent | 3e49f2d3c7db01c7688689d50ce9321d2febfc8f (diff) | |
download | ports-faf8a5e596751de0e91c924bf5e490242c9ccb04.tar.gz ports-faf8a5e596751de0e91c924bf5e490242c9ccb04.zip |
Notes
Diffstat (limited to 'www/chtml/Makefile')
-rw-r--r-- | www/chtml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chtml/Makefile b/www/chtml/Makefile index e798dc10d169..4fd770daf6a6 100644 --- a/www/chtml/Makefile +++ b/www/chtml/Makefile @@ -17,9 +17,9 @@ COMMENT= Chunked HTML templating engine BUILD_DEPENDS= ${LOCALBASE}/bin/csiod:${PORTSDIR}/lang/siod -BROKEN= "Incomplete pkg-plist (installs files into nonstandard perl directory)" - -WRKSRC= ${WRKDIR} +USE_PERL5_RUN= yes +MAKE_ENV= SITE_PERL=${SITE_PERL} +NO_WRKSUBDIR= yes MAKEFILE= makefile .include <bsd.port.mk> |