svn commit: r369374 - head/mail/openwebmail

Chris Rees crees at FreeBSD.org
Sat Sep 27 07:03:57 UTC 2014


Author: crees
Date: Sat Sep 27 07:03:56 2014
New Revision: 369374
URL: http://svnweb.freebsd.org/changeset/ports/369374
QAT: https://qat.redports.org/buildarchive/r369374/

Log:
  Fix install when no version previously installed
  
  Submitted by:	pointyhat

Modified:
  head/mail/openwebmail/Makefile

Modified: head/mail/openwebmail/Makefile
==============================================================================
--- head/mail/openwebmail/Makefile	Sat Sep 27 06:49:26 2014	(r369373)
+++ head/mail/openwebmail/Makefile	Sat Sep 27 07:03:56 2014	(r369374)
@@ -136,7 +136,7 @@ post-extract:
 .endfor
 
 post-patch:
-	### XXX: Hack, some of this should be LOCALBASE
+#	### XXX: Hack, some of this should be LOCALBASE
 	@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g'
 .if defined(DISABLE_SPEEDYCGI)
 	@${ECHO_MSG} ""
@@ -204,7 +204,7 @@ do-install:
 		${COPYTREE_SHARE} . ${STAGEDIR}${OWCGIDIR})
 	@(cd ${WRKSRC}/data/openwebmail && \
 		${COPYTREE_SHARE} . ${STAGEDIR}${OWDATADIR})
-	@${PERL} ${OWCGIDIR}/misc/test/dbmtest.pl | ${GREP} "^dbm" > ${STAGEDIR}${OWCGIDIR}/etc/dbm.conf
+	@${PERL} ${STAGEDIR}${OWCGIDIR}/misc/test/dbmtest.pl | ${GREP} "^dbm" > ${STAGEDIR}${OWCGIDIR}/etc/dbm.conf
 	@${CHMOD} 4755 ${STAGEDIR}${OWCGIDIR}/openwebmail*pl
 
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list