--- ./Makefile 2017-10-13 14:19:26.000000000 +0000 +++ ./Makefile 2018-12-25 00:53:36.551110000 +0000 @@ -2,7 +2,7 @@ PORTNAME= qrq PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= http://fkurz.net/ham/qrq/ @@ -12,9 +12,12 @@ COMMENT= Morse telegraphy trainer similar to the class LICENSE= GPLv2 USES= gmake ncurses shebangfix + SHEBANG_FILES= qrqscore post-install: ${INSTALL_DATA} ${WRKSRC}/qrq.png ${STAGEDIR}${DATADIR}/qrq.png + +MAKE_ENV= DESTDIR=${LOCALBASE} .include