- Drop dynamic plist; this port had both static and dynamic plists
This commit is contained in:
parent
2cd2e49f07
commit
bf2364f42b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163202
2 changed files with 6 additions and 28 deletions
|
@ -15,7 +15,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/RC/}
|
|||
MAINTAINER= courou@users.sourceforge.net
|
||||
COMMENT= A PHP script for managing your accounts
|
||||
|
||||
PREFIX= ${LOCALBASE}
|
||||
WEBOWN?= www
|
||||
WEBGRP?= www
|
||||
APACHEDIR= ${PREFIX}/www/data
|
||||
|
@ -24,17 +23,9 @@ USE_BZIP2= yes
|
|||
USE_PHP= yes
|
||||
WANT_PHP_WEB= yes
|
||||
NO_BUILD= yes
|
||||
PLIST= ${WRKDIR}/plist
|
||||
|
||||
PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,}
|
||||
|
||||
post-patch:
|
||||
@cd ${WRKSRC};\
|
||||
${FIND} . ! -type d | ${SORT} | ${SED} "s|^.|%%INSTALLDIR%%|"\
|
||||
>${PLIST};\
|
||||
${FIND} . -type d | ${SORT} -r | ${SED} "s|^.|@dirrm %%INSTALLDIR%%|"\
|
||||
>>${PLIST}
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${INSTALLDIR}
|
||||
cd ${WRKSRC}; ${FIND} . \
|
||||
|
|
|
@ -1,18 +1,6 @@
|
|||
%%INSTALLDIR%%/CHANGELOG
|
||||
%%INSTALLDIR%%/CHANGES/01_2002-CHANGE-FR
|
||||
%%INSTALLDIR%%/CHANGES/01_2003-CHANGE-FR
|
||||
%%INSTALLDIR%%/CHANGES/02_2002-CHANGE-FR
|
||||
%%INSTALLDIR%%/CHANGES/02_2003-CHANGE-FR
|
||||
%%INSTALLDIR%%/CHANGES/03_2002-CHANGE-FR
|
||||
%%INSTALLDIR%%/CHANGES/04_2002-CHANGE-FR
|
||||
%%INSTALLDIR%%/CHANGES/05_2002-CHANGE-FR
|
||||
%%INSTALLDIR%%/CHANGES/06_2002-CHANGE-FR
|
||||
%%INSTALLDIR%%/CHANGES/07_2002-CHANGE-FR
|
||||
%%INSTALLDIR%%/CHANGES/08_2002-CHANGE-FR
|
||||
%%INSTALLDIR%%/CHANGES/09_2002-CHANGE-FR
|
||||
%%INSTALLDIR%%/CHANGES/10_2002-CHANGE-FR
|
||||
%%INSTALLDIR%%/CHANGES/11_2002-CHANGE-FR
|
||||
%%INSTALLDIR%%/CHANGES/12_2002-CHANGE-FR
|
||||
%%INSTALLDIR%%/CHANGES/CHANGELOG-2002-FR
|
||||
%%INSTALLDIR%%/CHANGES/CHANGELOG-2003-FR
|
||||
%%INSTALLDIR%%/CREDITS
|
||||
%%INSTALLDIR%%/FAQ/FAQ_README
|
||||
%%INSTALLDIR%%/FAQ/FAQ_english.htm
|
||||
|
@ -43,8 +31,8 @@
|
|||
%%INSTALLDIR%%/public_html/chart.php
|
||||
%%INSTALLDIR%%/public_html/class/calendar.class
|
||||
%%INSTALLDIR%%/public_html/class/debug.class
|
||||
%%INSTALLDIR%%/public_html/class/extends.class
|
||||
%%INSTALLDIR%%/public_html/class/graph.class
|
||||
%%INSTALLDIR%%/public_html/class/htaccess.class
|
||||
%%INSTALLDIR%%/public_html/class/language.class
|
||||
%%INSTALLDIR%%/public_html/class/phpdoc.class
|
||||
%%INSTALLDIR%%/public_html/class/phpquote.class
|
||||
|
@ -352,13 +340,16 @@
|
|||
%%INSTALLDIR%%/public_html/lang/beta/japanese.inc.php
|
||||
%%INSTALLDIR%%/public_html/lang/beta/swedish.inc.php
|
||||
%%INSTALLDIR%%/public_html/lang/brazilian.inc.php
|
||||
%%INSTALLDIR%%/public_html/lang/chinese_big5.inc.php
|
||||
%%INSTALLDIR%%/public_html/lang/english.inc.php
|
||||
%%INSTALLDIR%%/public_html/lang/french.inc.php
|
||||
%%INSTALLDIR%%/public_html/lang/german.inc.php
|
||||
%%INSTALLDIR%%/public_html/lang/portuguese.inc.php
|
||||
%%INSTALLDIR%%/public_html/lang/spanish.inc.php
|
||||
%%INSTALLDIR%%/public_html/listing.php
|
||||
%%INSTALLDIR%%/public_html/listop.php
|
||||
%%INSTALLDIR%%/public_html/login.php
|
||||
%%INSTALLDIR%%/public_html/newop.php
|
||||
%%INSTALLDIR%%/public_html/operate.php
|
||||
%%INSTALLDIR%%/public_html/option.php
|
||||
%%INSTALLDIR%%/public_html/portfolio.php
|
||||
|
@ -409,8 +400,6 @@
|
|||
%%INSTALLDIR%%/public_html/templates/form_opt_third_2.tpl
|
||||
%%INSTALLDIR%%/public_html/templates/form_option_1.tpl
|
||||
%%INSTALLDIR%%/public_html/templates/form_option_2.tpl
|
||||
%%INSTALLDIR%%/public_html/templates/form_option_3.tpl
|
||||
%%INSTALLDIR%%/public_html/templates/form_option_file.tpl
|
||||
%%INSTALLDIR%%/public_html/templates/form_option_password.tpl
|
||||
%%INSTALLDIR%%/public_html/templates/form_rename_third_part.tpl
|
||||
%%INSTALLDIR%%/public_html/templates/form_select_all.tpl
|
||||
|
@ -442,8 +431,6 @@
|
|||
%%INSTALLDIR%%/public_html/templates/noscript.tpl
|
||||
%%INSTALLDIR%%/public_html/templates/opt_book_listing.tpl
|
||||
%%INSTALLDIR%%/public_html/templates/opt_book_listing_1.tpl
|
||||
%%INSTALLDIR%%/public_html/templates/opt_option.tpl
|
||||
%%INSTALLDIR%%/public_html/templates/opt_option_text.tpl
|
||||
%%INSTALLDIR%%/public_html/templates/opt_simulation_1.tpl
|
||||
%%INSTALLDIR%%/public_html/templates/phpdoc.tpl
|
||||
%%INSTALLDIR%%/public_html/templates/phpdoc.xsl
|
||||
|
|
Loading…
Reference in a new issue