diff options
Diffstat (limited to 'comms/twpsk/Makefile')
-rw-r--r-- | comms/twpsk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/twpsk/Makefile b/comms/twpsk/Makefile index e3e3aa85dc6e..1f7d30321e24 100644 --- a/comms/twpsk/Makefile +++ b/comms/twpsk/Makefile @@ -32,7 +32,7 @@ FILES_TO_PATCH= Makefile psk31.1 twpskHelp user-twpsk/makefile \ post-patch: .for file in ${FILES_TO_PATCH} @${REINPLACE_CMD} -e \ - 's|/usr/local|${LOCALBASE}|g;s|/usr/X11R6|${X11BASE}|g' \ + 's|/usr/local|${LOCALBASE}|g;s|/usr/X11R6|${LOCALBASE}|g' \ ${WRKSRC}/${file} .endfor |