diff options
-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 |