diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-30 08:35:42 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-30 08:35:42 +0000 |
commit | f91929e9cc3e5a41b58b9a04b831887dddc286b0 (patch) | |
tree | 417c407cedab092ffd9e39c0c7ffa17504591425 /math | |
parent | 822a1b31dc72e6b2aae150219707bc40b08a7dcc (diff) | |
download | ports-f91929e9cc3e5a41b58b9a04b831887dddc286b0.tar.gz ports-f91929e9cc3e5a41b58b9a04b831887dddc286b0.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.
Notes
Notes:
svn path=/head/; revision=10781
Diffstat (limited to 'math')
-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 |