diff options
author | leeym <leeym@FreeBSD.org> | 2003-08-17 08:25:20 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-08-17 08:25:20 +0800 |
commit | 53afa10879a44315f7d3f4faf814cae27d78bfae (patch) | |
tree | ecfe6ad2f597d7035888d56e39e3a7f1982fc3b4 /comms/hylafax/Makefile | |
parent | c0923acb094588a9d1919ce0573b8893c2117a3d (diff) | |
download | freebsd-ports-gnome-53afa10879a44315f7d3f4faf814cae27d78bfae.tar.gz freebsd-ports-gnome-53afa10879a44315f7d3f4faf814cae27d78bfae.tar.zst freebsd-ports-gnome-53afa10879a44315f7d3f4faf814cae27d78bfae.zip |
fix the "duplicated post-patch" problem.
Noticed by: kris
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index abe221645b74..80e396b54571 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -83,15 +83,4 @@ post-install: fi @${SED} 's^/usr/local^${PREFIX}^g' < ${PKGMESSAGE} -.include <bsd.port.pre.mk> - -.if ${LOCALBASE} != /usr/local -USE_REINPLACE= yes -REINPLACE_ARGS= -i "" -post-patch: - ${REINPLACE_CMD} -e 's^/usr/local^${LOCALBASE}^g' \ - `${FIND} ${WRKSRC} -type f -print0 | \ - ${XARGS} -0 ${GREP} -F -l --mmap /usr/local` -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |