summaryrefslogtreecommitdiff
path: root/mail/nocc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/nocc/Makefile')
-rw-r--r--mail/nocc/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/mail/nocc/Makefile b/mail/nocc/Makefile
index 013b7ad85c1a..3a13ed0315e8 100644
--- a/mail/nocc/Makefile
+++ b/mail/nocc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nocc
-DISTVERSION= 1.4
+DISTVERSION= 1.5
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -19,16 +19,15 @@ WANT_PHP_WEB= yes
SUB_FILES= pkg-message
NO_BUILD= yes
+NO_WRKSUBDIR= yes
PORTDOCS= *
-post-extract:
- @${RM} -f ${WRKSRC}/themes/._.DS_Store ${WRKSRC}/themes/.DS_Store
-
do-install:
${MKDIR} ${PREFIX}/www/nocc
- ${CP} -Rp ${WRKSRC}/fckeditor ${WRKSRC}/html ${WRKSRC}/lang ${WRKSRC}/themes \
- ${PREFIX}/www/nocc
+ ${CP} -Rp ${WRKSRC}/fckeditor ${WRKSRC}/html ${WRKSRC}/js \
+ ${WRKSRC}/lang ${WRKSRC}/themes \
+ ${PREFIX}/www/nocc
${CP} -p ${WRKSRC}/*.php ${PREFIX}/www/nocc
${CP} -p ${WRKSRC}/conf.php.dist ${PREFIX}/www/nocc
@if [ ! -f ${PREFIX}/www/nocc/conf.php ]; then \