mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
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
This commit is contained in:
parent
eb0fe4115c
commit
c128e4666f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439766
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user