Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2002 02:05:51 +0100
From:      "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To:        gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   Re: ports/35748: new port: www/smarty
Message-ID:  <20020311020551.118eb7b2.corecode@corecode.ath.cx>
In-Reply-To: <200203102120.g2ALK1K62900@freefall.freebsd.org>
References:  <200203102040.g2AKe1r07710@elevation.zuhause.stoert.net> <200203102120.g2ALK1K62900@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
i'm very sorry;
this distribution contains a dot.file which is not being grabbed by
`${INSTALL_DATA} *' ... so here comes the diff:
if you prefer a new shar, tell me.


Index: Makefile
===================================================================
RCS file: /usr/local/cvs/ports/smarty/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	10 Mar 2002 20:29:27 -0000	1.3
+++ Makefile	11 Mar 2002 01:00:56 -0000	1.4
@@ -34,6 +34,7 @@
 .endfor
 	@${MKDIR} ${DATADIR}/plugins
 	@${INSTALL_DATA} ${WRKSRC}/plugins/* ${DATADIR}/plugins
+	@${INSTALL_DATA} ${WRKSRC}/plugins/.make_timestamp.php ${DATADIR}/plugins
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 .for f in BUGS FAQ INSTALL QUICKSTART README RESOURCES
Index: pkg-plist
===================================================================
RCS file: /usr/local/cvs/ports/smarty/pkg-plist,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pkg-plist	10 Mar 2002 20:27:00 -0000	1.3
+++ pkg-plist	11 Mar 2002 01:00:56 -0000	1.4
@@ -140,6 +140,7 @@
 share/smarty/Smarty.class.php
 share/smarty/Smarty_Compiler.class.php
 share/smarty/overlib.js
+share/smarty/plugins/.make_timestamp.php
 share/smarty/plugins/function.assign.php
 share/smarty/plugins/function.assign_debug_info.php
 share/smarty/plugins/function.counter.php

-- 
/"\   http://corecode.ath.cx/
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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