diff options
author | tg <tg@FreeBSD.org> | 1998-04-30 16:35:42 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-04-30 16:35:42 +0800 |
commit | ab6822ff90099bae7689b66afcbdea068b57979e (patch) | |
tree | a8ab4b728b099f6acd74af0b4dced518a07db685 /math/xmgr | |
parent | de7f919baaf4fe8fa61ff8a64b25e65839c3d8e1 (diff) | |
download | freebsd-ports-gnome-ab6822ff90099bae7689b66afcbdea068b57979e.tar.gz freebsd-ports-gnome-ab6822ff90099bae7689b66afcbdea068b57979e.tar.zst freebsd-ports-gnome-ab6822ff90099bae7689b66afcbdea068b57979e.zip |
Save xmgr history part 2. Original log:
New port gwstat needs xmgr called under a different name -> grbatch.
Added a symlink for that purpose.
Diffstat (limited to 'math/xmgr')
-rw-r--r-- | math/xmgr/Makefile | 5 | ||||
-rw-r--r-- | math/xmgr/pkg-plist | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index c60d960c6948..77f1276efefb 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -3,7 +3,7 @@ # Date created: So 2 Mär 1997 12:11:43 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.1.1.1 1998/04/09 08:51:41 tg Exp $ +# $Id: Makefile,v 1.2 1998/04/30 08:31:47 tg Exp $ # DISTNAME= xmgr-3.01 @@ -18,4 +18,7 @@ USE_IMAKE= yes REQUIRES_MOTIF= yes NO_INSTALL_MANPAGES= yes +post-install: + @( cd ${X11BASE}/bin; ln -sf xmgr grbatch ) + .include <bsd.port.mk> diff --git a/math/xmgr/pkg-plist b/math/xmgr/pkg-plist index 0291e39af52b..810c8188dcae 100644 --- a/math/xmgr/pkg-plist +++ b/math/xmgr/pkg-plist @@ -1 +1,2 @@ bin/xmgr +bin/grbatch |