diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-05 05:41:12 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-05 05:41:12 +0800 |
commit | 2406d49a61ea8765af0e4569254f5dca9b0a54c7 (patch) | |
tree | dec929e55f9a1d4050bb11ff517a1459898008e0 /deskutils/zorro | |
parent | ecaa4f6bdb5e038a87e6dafdea98d5a741ae67fa (diff) | |
download | freebsd-ports-gnome-2406d49a61ea8765af0e4569254f5dca9b0a54c7.tar.gz freebsd-ports-gnome-2406d49a61ea8765af0e4569254f5dca9b0a54c7.tar.zst freebsd-ports-gnome-2406d49a61ea8765af0e4569254f5dca9b0a54c7.zip |
Remove USE_REINPLACE from all categories starting with D
Diffstat (limited to 'deskutils/zorro')
-rw-r--r-- | deskutils/zorro/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deskutils/zorro/Makefile b/deskutils/zorro/Makefile index 06d5b0acbd18..2635eaf80086 100644 --- a/deskutils/zorro/Makefile +++ b/deskutils/zorro/Makefile @@ -20,7 +20,6 @@ COMMENT= A simple to-do list manager LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 NO_BUILD= yes -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/zorro |