Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2013 13:39:05 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328467 - head/net/phpldapadmin
Message-ID:  <201309271339.r8RDd5iE003495@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Fri Sep 27 13:39:05 2013
New Revision: 328467
URL: http://svnweb.freebsd.org/changeset/ports/328467

Log:
  - stageify

Modified:
  head/net/phpldapadmin/Makefile

Modified: head/net/phpldapadmin/Makefile
==============================================================================
--- head/net/phpldapadmin/Makefile	Fri Sep 27 13:23:57 2013	(r328466)
+++ head/net/phpldapadmin/Makefile	Fri Sep 27 13:39:05 2013	(r328467)
@@ -20,7 +20,6 @@ DEFAULT_PHP_VER=	5
 OPTIONS_DEFINE=	SUPHP
 SUPHP_DESCR=	suPHP support
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSUPHP}
@@ -75,7 +74,7 @@ install-app:
 	cd ${WRKSRC} ;				    \
 	for src in $$( ${FIND} . ! -name .cvsignore \
 			 ! -name .gitignore  ) ; do \
-	    dst=${WWWDIR}$${src#.} ;		    \
+	    dst=${STAGEDIR}${WWWDIR}$${src#.} ;	    \
 	    if ${TEST} -d $$src ; then		    \
 		${MKDIR} $$dst ;		    \
 	    else				    \
@@ -84,17 +83,11 @@ install-app:
 	done
 
 install-conf:
-	cd ${WWWDIR}/${CFGDIR} ;		     \
+	cd ${STAGEDIR}${WWWDIR}/${CFGDIR} ;	     \
 	${CHMOD} 0640 ${CFGFILE}.example ;	     \
 	${CHGRP} ${GROUPS} ${CFGFILE}.example ;	     \
 	if ${TEST} ! -f ${CFGFILE} ; then	     \
 	    ${CP} -p ${CFGFILE}.example ${CFGFILE} ; \
 	fi
 
-post-install:
-.if ${PORT_OPTIONS:MSUPHP}
-	${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.endif
-	${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309271339.r8RDd5iE003495>