diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-06 07:06:29 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-06 07:06:29 +0800 |
commit | e2ed66eda96197e8ec7decad48d8777d663a6f42 (patch) | |
tree | b0591fbf7cca27d7840abaf6a34adbc0f0962726 /x11/XFree86-4-libraries | |
parent | aefc7b6ef92310381688925b423c02fafe5c26a1 (diff) | |
download | freebsd-ports-gnome-e2ed66eda96197e8ec7decad48d8777d663a6f42.tar.gz freebsd-ports-gnome-e2ed66eda96197e8ec7decad48d8777d663a6f42.tar.zst freebsd-ports-gnome-e2ed66eda96197e8ec7decad48d8777d663a6f42.zip |
Fix a copy/paste mistake on the previous commit.
Reported by: adamw
Diffstat (limited to 'x11/XFree86-4-libraries')
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index 6fe3bd222da9..bea7ad98e301 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -79,12 +79,12 @@ PLIST_SUB+= AMD64:="@comment " post-extract: ${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp2.gz > \ ${WRKSRC}/lib/Xdmcp/Wraphelp.c - @${REINPLACE_CMD} -e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|g ; \ - s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/config/cf/FreeBSD.cf post-patch: ${CP} ${MASTERDIR}/files/nls::Compose::microsoft-cp1251 ${WRKSRC}/nls/Compose/microsoft-cp1251 + @${REINPLACE_CMD} -e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|g ; \ + s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' \ + ${WRKSRC}/config/cf/FreeBSD.cf post-install: ${INSTALL_DATA} ${WRKSRC}/programs/proxymngr/PM.h \ |