summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2017-04-29 17:42:25 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2017-04-29 17:42:25 +0000
commitc128e4666fdd59d4bec25fed1ae3f0944cb2247d (patch)
tree7237e2a4a01411d48cabfd2bb90d40ecab06b9b9
parenteb0fe4115c5a852b3eb54ddb051ca33b97a63ca3 (diff)
downloadfreebsd-ports-c128e4666fdd59d4bec25fed1ae3f0944cb2247d.zip
Don't pass STAGEDIR via MAKE_ENV, it's already being defined (as DESTDIR)
in MAKE_ARGS. Also, remove bogus trailing slash when setting INSTALLDIR, kill EOL whitespace in the port description text, and fix its formatting. Forgotten by: db
-rw-r--r--comms/direwolf/Makefile2
-rw-r--r--comms/direwolf/files/Makefile.FreeBSD2
-rw-r--r--comms/direwolf/pkg-descr8
3 files changed, 5 insertions, 7 deletions
diff --git a/comms/direwolf/Makefile b/comms/direwolf/Makefile
index d94f8a2fef79..0ede614823ec 100644
--- a/comms/direwolf/Makefile
+++ b/comms/direwolf/Makefile
@@ -24,8 +24,6 @@ SHEBANG_FILES= telemetry-toolkit/telem-bits.pl telemetry-toolkit/telem-parm.pl\
telemetry-toolkit/telem-data91.pl \
telemetry-toolkit/telem-unit.pl telemetry-toolkit/telem-balloon.pl
-MAKE_ENV+= STAGEDIR=${STAGEDIR}
-
post-patch:
${CP} ${FILESDIR}/Makefile.FreeBSD ${WRKSRC}
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/dw-start.sh
diff --git a/comms/direwolf/files/Makefile.FreeBSD b/comms/direwolf/files/Makefile.FreeBSD
index 6f5010f1d828..9041311a9726 100644
--- a/comms/direwolf/files/Makefile.FreeBSD
+++ b/comms/direwolf/files/Makefile.FreeBSD
@@ -191,7 +191,7 @@ direwolf.conf : generic.conf
# This is a step in the right direction but not sufficient to use /usr instead.
# Eventually I'd like to have targets here to build the .DEB and .RPM packages.
-INSTALLDIR := ${STAGEDIR}/${PREFIX}/
+INSTALLDIR := ${DESTDIR}/${PREFIX}
SHAREDIR := ${INSTALLDIR}/share
# Command to "install" to system directories. Use "ginstall" for Mac.
diff --git a/comms/direwolf/pkg-descr b/comms/direwolf/pkg-descr
index 4db11ae253dc..26e72fd5bf6c 100644
--- a/comms/direwolf/pkg-descr
+++ b/comms/direwolf/pkg-descr
@@ -1,6 +1,6 @@
-Dire Wolf is a software "soundcard" modem/TNC and APRS encoder/decoder.
+Dire Wolf is a software "soundcard" modem/TNC and APRS encoder/decoder.
It can be used stand-alone to observe APRS traffic, as a digipeater,
-APRStt gateway, or Internet Gateway (IGate). It can also be used as a
+APRStt gateway, or Internet Gateway (IGate). It can also be used as a
virtual TNC for other applications such as APRSIS32, UI-View32, Xastir,
-APRS-TW, YAAC, UISS, Linux AX25, SARTrack, RMS Express, BPQ32,
-Outpost PM and many others.
+APRS-TW, YAAC, UISS, Linux AX25, SARTrack, RMS Express, BPQ32, Outpost
+PM, and many others.