aboutsummaryrefslogtreecommitdiff
path: root/www/siteatschool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/siteatschool/Makefile')
-rw-r--r--www/siteatschool/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/www/siteatschool/Makefile b/www/siteatschool/Makefile
deleted file mode 100644
index 8dc26ad234fc..000000000000
--- a/www/siteatschool/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: siteatschool
-# Date created: 16 March 2008
-# Whom: Wen heping <wenheping@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= siteatschool
-PORTVERSION= 2.4.10
-CATEGORIES= www
-MASTER_SITES= SF/${PORTNAME}/Site%40School/Site%40School%20${PORTVERSION}
-
-MAINTAINER= wenheping@gmail.com
-COMMENT= CMS to manage and maintain a school website
-
-DEPRECATED= Unmaintained upstream
-EXPIRATION_DATE=2013-06-30
-
-USE_PHP= mysql
-USE_ZIP= yes
-SUB_FILES= pkg-message
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-USE_DOS2UNIX= yes
-
-.include <bsd.port.pre.mk>
-
-do-install:
- @cd ${WRKDIR} && ${COPYTREE_SHARE} "starnet agenda index.php" ${WWWDIR}
- @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
- @${CHMOD} -R 755 ${WWWDIR}
-
-post-install:
- @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \
- >> ${TMPPLIST}
- @${ECHO_CMD} '@exec ${CHMOD} 755 -R ${WWWDIR}' \
- >> ${TMPPLIST}
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>