diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-14 06:06:55 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-14 06:06:55 +0800 |
commit | 9434a278dabab8f95ad2044137c2875f3a403219 (patch) | |
tree | ac5edc66fe884c9647e83ee251412dec956f49da /www | |
parent | 367c2ca4600c185002dfafda68ab8b8a3ef0b128 (diff) | |
download | freebsd-ports-gnome-9434a278dabab8f95ad2044137c2875f3a403219.tar.gz freebsd-ports-gnome-9434a278dabab8f95ad2044137c2875f3a403219.tar.zst freebsd-ports-gnome-9434a278dabab8f95ad2044137c2875f3a403219.zip |
Correct a copy&paste problem.
Reported by: FreshPorts check
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 87b8245eac10..13a56138ef1d 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -101,8 +101,8 @@ post-patch: .endif @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-lpthread|${PTHREAD_LIBS}|g' - @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \ - ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \ + ${WRKSRC}/configure post-configure: @${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \ |