diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 12:14:18 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 12:14:18 +0000 |
commit | a80f0bd0dd7d4db692d81c1f2fe73f117828db0d (patch) | |
tree | e1ba2085cc7146328f30ef47d6e9941c2e1d05c3 /x11/xcolorsel | |
parent | 4adc5a8a717b83cd9a139cd4c92ea01102d602e2 (diff) | |
download | ports-a80f0bd0dd7d4db692d81c1f2fe73f117828db0d.tar.gz ports-a80f0bd0dd7d4db692d81c1f2fe73f117828db0d.zip |
Notes
Diffstat (limited to 'x11/xcolorsel')
-rw-r--r-- | x11/xcolorsel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xcolorsel/Makefile b/x11/xcolorsel/Makefile index edba17c054f3..7e42cdc43f47 100644 --- a/x11/xcolorsel/Makefile +++ b/x11/xcolorsel/Makefile @@ -22,7 +22,7 @@ USE_XPM= yes MAN1= xcolorsel.1 post-patch: - ${ECHO} "*.file: ${X11BASE}/lib/X11/rgb.txt" >> ${WRKSRC}/Xcolorsel.ad + ${ECHO_CMD} "*.file: ${X11BASE}/lib/X11/rgb.txt" >> ${WRKSRC}/Xcolorsel.ad ${PERL} -pi -e "s|#include <malloc.h>||g; s|/Xaw/|/Xaw3d/|g;" \ ${WRKSRC}/*.[ch] ${PERL} -pi -e "s|app2head|./app2head|g; \ |