aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2006-11-26 08:14:17 +0800
committerdougb <dougb@FreeBSD.org>2006-11-26 08:14:17 +0800
commit5560636a0316fb5ef097441aab12a06dc5f1a82c (patch)
tree2d755ecb3a5afa87a3b8320972f7396c6e8879c9 /net
parentaff65eb2784db1d7516e1906207575780974fccf (diff)
downloadfreebsd-ports-gnome-5560636a0316fb5ef097441aab12a06dc5f1a82c.tar.gz
freebsd-ports-gnome-5560636a0316fb5ef097441aab12a06dc5f1a82c.tar.zst
freebsd-ports-gnome-5560636a0316fb5ef097441aab12a06dc5f1a82c.zip
Handle non-traditional LOCALBASE and X11BASE
PR: Submitted by: pointyhat
Diffstat (limited to 'net')
-rw-r--r--net/wmwlmon/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/wmwlmon/Makefile b/net/wmwlmon/Makefile
index 2ec03f7c4c9e..e326c1493a35 100644
--- a/net/wmwlmon/Makefile
+++ b/net/wmwlmon/Makefile
@@ -7,6 +7,7 @@
PORTNAME= wmwlmon
PORTVERSION= 0.9
+PORTREVISION= 1
CATEGORIES= net windowmaker
MASTER_SITES= http://www.nazgul.ch/dev/ \
http://dougbarton.us/Downloads/
@@ -27,6 +28,12 @@ PLIST_FILES= bin/wmwlmon
BROKEN= Needs WLAN infrastructure from 6.0-RELEASE or newer
.endif
+post-patch:
+ ${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.presed
+ ${SED} -e 's#/usr/X11R6#${X11BASE}#g' \
+ -e 's#/usr/local#${LOCALBASE}#g' \
+ ${WRKSRC}/Makefile.presed > ${WRKSRC}/Makefile
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmwlmon ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/wmwlmon.1 ${MANPREFIX}/man/man1
n> * - Update to 2015.08.30sunpoet2015-08-312-3/+3 * - Update to 2015.08.23sunpoet2015-08-252-3/+3 * - Update to 2015.08.16sunpoet2015-08-192-3/+3 * - Update to 2015.08.09sunpoet2015-08-142-3/+3 * - Update to 2015.07.26sunpoet2015-07-282-3/+3 * - Update to 2015.07.19sunpoet2015-07-202-3/+3 * - Add NO_ARCHsunpoet2015-07-181-0/+1 * - Update to 2015.07.12sunpoet2015-07-142-3/+3 * - Update to 2015.07.05sunpoet2015-07-072-3/+3 * - Update to 2015.06.28sunpoet2015-07-022-3/+3 * - Update to 2015.06.21sunpoet2015-06-232-3/+3 * - Update to 2015.06.14sunpoet2015-06-152-3/+3 * - Update to 2015.06.07sunpoet2015-06-092-3/+3 * - Update to 2015.05.31sunpoet2015-06-022-3/+3 antw44/cgit/freebsd-ports-gnome/commit/net-p2p?h=dependabot/npm_and_yarn/devel/electron6/files/ini-1.3.8&id=5db87396c1d51fd7b6473d0538f14a510e36b3f8'>- Update to 0.16.16, Announce message:nemysis2014-03-252-7/+10 * Improve the workaround for FreeBSD >= 10 to actually use the base clang.marius2014-03-249-10/+623 * Mark as broken ports that expect wx 2.9+ but does not build with 3.0 (2.9 is ...bapt2014-03-241-0/+2 * Switch to wx 3.0bapt2014-03-241-2/+2 * - Update to version 5.3.0.0pawel2014-03-202-6/+7 * Support staging and update MASTER_SITES, use GOOGLE_CODE, other site disappearedehaupt2014-03-182-9/+7 * - Convert USE_GMAKE/BZIP2 to USESmiwi2014-03-169-17/+10 * Update cpuminer to 2.3.3mm2014-03-153-15/+3 * - Support stagingehaupt2014-03-141-10/+9 * - Update to 0.4.2swills2014-03-135-89/+128 * - Update to 3.1.9, Announce message:nemysis2014-03-133-48/+9 * Deprecate a few old unmaintained portsantoine2014-03-121-0/+2 * Chase libtorrent-devel bumpantoine2014-03-121-2/+2 * Chase libtorrent bumpantoine2014-03-121-2/+2 * Update the default version of GCC used in the Ports Collection fromgerald2014-03-1111-11/+11 * Convert n* to USES=zipbapt2014-03-118-13/+9 * - Change net-p2p/i2p primary category to security. Therefore, movelioux2014-03-086-289/+0 * Unlink net-p2p/i2p before moving it from net-p2p/i2p to security/i2p.lioux2014-03-081-1/+0 * - Do not build local libbzip2.a, link to the one from the basedanfe2014-03-074-8/+76 * Resurrect net-p2p/microdc2 and unbreak the build: in the configure script,danfe2014-03-077-0/+66 * Add staging supportpawel2014-03-041-3/+2 * Replace USE_GCC=4.2+ by USE_GCC=any. [1]gerald2014-03-022-2/+2 * Remove expired ports:rene2014-02-288-90/+0 * - Stage supportantoine2014-02-252-31/+23 * drop maintainership. I don't have time for these ports.az2014-02-244-4/+4 * - Update to version 1.19pawel2014-02-232-3/+10 * - Stage supportmiwi2014-02-211-2/+1 * Remove trailing whitespaces from category net-p2pehaupt2014-02-215-5/+5 * Fix CPU affinity of net-p2p/cpuminer port threadsmm2014-02-192-1/+12 * - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-182-2/+2 * - Update to 0.16.15nemysis2014-02-164-25/+3 * - Reassign lioux' ports to the heaptabthorpe2014-02-152-2/+2 * - STAGE-cleangahr2014-02-142-6/+6 * - Update to 0.16.14nemysis2014-02-144-11/+29 * - Convert USE_SCONS to USESmiwi2014-02-131-18/+17 * Namecoin is an open source decentralized key/value registration and transferswills2014-02-1310-0/+272 * - Fix build after boost updateswills2014-02-134-52/+58 * - Stage supportmiwi2014-02-12