diff options
author | db <db@FreeBSD.org> | 2013-12-28 12:37:38 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2013-12-28 12:37:38 +0800 |
commit | bc803fa98f981ae12f434a1dcacdf8f55f8cc45f (patch) | |
tree | 67ea474e2b2c05992df05ca575ff0ba75f13bd83 /comms/qrq/Makefile | |
parent | 290a03858b6e415b1f98838071b6cf42a02c1ba9 (diff) | |
download | freebsd-ports-gnome-bc803fa98f981ae12f434a1dcacdf8f55f8cc45f.tar.gz freebsd-ports-gnome-bc803fa98f981ae12f434a1dcacdf8f55f8cc45f.tar.zst freebsd-ports-gnome-bc803fa98f981ae12f434a1dcacdf8f55f8cc45f.zip |
- convert to use stage
Diffstat (limited to 'comms/qrq/Makefile')
-rw-r--r-- | comms/qrq/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/comms/qrq/Makefile b/comms/qrq/Makefile index 6a420925dc3c..f05db561fbec 100644 --- a/comms/qrq/Makefile +++ b/comms/qrq/Makefile @@ -12,16 +12,13 @@ COMMENT= Morse telegraphy trainer similar to the classic DOS version by DL4MM LICENSE= GPLv2 -MAN1= qrq.1 - USE_GMAKE= yes -NO_STAGE= yes post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${STAGEDIR}${PREFIX}|g' \ -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/Makefile post-install: - ${INSTALL_DATA} ${WRKSRC}/qrq.png ${DATADIR}/qrq.png + ${INSTALL_DATA} ${WRKSRC}/qrq.png ${STAGEDIR}${DATADIR}/qrq.png .include <bsd.port.mk> |