aboutsummaryrefslogtreecommitdiffstats
path: root/net/ddup
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-02-13 23:09:30 +0800
committernaddy <naddy@FreeBSD.org>2003-02-13 23:09:30 +0800
commit2f98be3a9bb285d16944e58d14100ee3e998d450 (patch)
tree8f4834bd0679e34afc0ef56c265e6204055dee4b /net/ddup
parent4449a54d1b374e9690af1b7469a8d9390f4c1282 (diff)
downloadfreebsd-ports-graphics-2f98be3a9bb285d16944e58d14100ee3e998d450.tar.gz
freebsd-ports-graphics-2f98be3a9bb285d16944e58d14100ee3e998d450.tar.zst
freebsd-ports-graphics-2f98be3a9bb285d16944e58d14100ee3e998d450.zip
Fix substitution in ddupcron.sh.
PR: 48131 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'net/ddup')
-rw-r--r--net/ddup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ddup/Makefile b/net/ddup/Makefile
index 162c02fee9a..0dad3b47bf1 100644
--- a/net/ddup/Makefile
+++ b/net/ddup/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ddup
PORTVERSION= 3.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITES_LOCAL}
DISTNAME= ${PORTNAME}-${PORTVERSION}-unix
@@ -32,7 +32,7 @@ post-extract:
@${GUNZIP_CMD} ${WRKSRC}/ddup.1.gz
post-patch:
- @${REINPLACE_CMD} -e 's,!!PREFIX!!,${PREFIX},' ${WRKSRC}/ddupcron.sh
+ @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/ddupcron.sh
@${REINPLACE_CMD} -e 's,/etc\b,${PREFIX}$$&,' ${WRKSRC}/ddup.1
pre-build:
23:34 +0800'>2008-04-151-1/+2 * - Add dependency for libasound.so.2beech2008-04-152-4/+6 * - Update to 2.0.0.68beech2008-04-154-114/+147 * Change maintainers e-mail address.ehaupt2008-04-111-2/+2 * Add PTHREAD_LIBS to fix the build on < 7.X.marcus2008-04-101-0/+2 * - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriespav2008-04-092-2/+2 * Update to 4.65ahze2008-04-092-4/+4 * - Mark as broken with new ocaml.stas2008-04-091-1/+2 * Update to 0.7.6ahze2008-04-082-5/+4 * - Attempt to unbreak INDEX, bsd.ocaml.mk moved to Mk/pav2008-04-071-1/+0 * - Remove use of sqlite3-threadsmnag2008-04-051-1/+2 * Update to 0.22.1.marcus2008-04-053-14/+11 * Update to 2.4.1. See http://developer.pidgin.im/wiki/ChangeLog for a listmarcus2008-04-042-4/+4 * Desupport 5.X for empathy. It doesn't build, and 5.X will be obsolete soonmarcus2008-04-031-1/+7 * Add another missing dependency on gnomepanel.marcus2008-04-031-2/+3 * Fix runtimeahze2008-03-312-0/+10 * - clean X11BASEdinoex2008-03-301-1/+1 * Don't try to remove icon dirs and python dirsahze2008-03-301-20/+2 * Add a missing dependency on libtelepathy.marcus2008-03-291-1/+3