diff options
author | tg <tg@FreeBSD.org> | 1998-04-30 16:40:07 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-04-30 16:40:07 +0800 |
commit | 16506e003c31af13f6f009ec9bc2b84dd57876f2 (patch) | |
tree | 8f6a40d687f6922ff288f0db9045edca67bfb661 /math/xmgr | |
parent | 6858fbd843851604997546c4d71d9de5c41c465b (diff) | |
download | freebsd-ports-gnome-16506e003c31af13f6f009ec9bc2b84dd57876f2.tar.gz freebsd-ports-gnome-16506e003c31af13f6f009ec9bc2b84dd57876f2.tar.zst freebsd-ports-gnome-16506e003c31af13f6f009ec9bc2b84dd57876f2.zip |
Save xmgr history part 5. Original log:
cosmetic changes using portlint, a really nice tool ;-)
Diffstat (limited to 'math/xmgr')
-rw-r--r-- | math/xmgr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index 2ad4909c6c19..a2c88e9d59a7 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.3 1998/04/30 08:35:42 tg Exp $ +# $Id: Makefile,v 1.4 1998/04/30 08:37:07 tg Exp $ # DISTNAME= xmgr-3.01 @@ -22,7 +22,7 @@ pre-extract: @$(ECHO_MSG) "Xinside Motif ? Then put this into /etc/make.conf:" @$(ECHO_MSG) " MOTIFLIB=-L\${X11BASE}/lib -lXm -lXintl" -post-install: +post-install: @( cd ${X11BASE}/bin; ln -sf xmgr grbatch ) .include <bsd.port.mk> |