diff options
author | max <max@FreeBSD.org> | 1997-10-05 16:32:25 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-10-05 16:32:25 +0800 |
commit | 9f30e1e07518a325786a4897184cd3308676f43e (patch) | |
tree | d70c9a6bb601d470e35ac4cf4ad63eb352912020 /japanese/ptex-common/Makefile | |
parent | 01d114ee1f2402a1d6355144b137752e2c79a42a (diff) | |
download | freebsd-ports-gnome-9f30e1e07518a325786a4897184cd3308676f43e.tar.gz freebsd-ports-gnome-9f30e1e07518a325786a4897184cd3308676f43e.tar.zst freebsd-ports-gnome-9f30e1e07518a325786a4897184cd3308676f43e.zip |
Don't use absolute path for the source file when making symlink so that
it won't cause any trouble even this port is installed by pkg_add with
the prefix set to other place than /usr/local.
Diffstat (limited to 'japanese/ptex-common/Makefile')
-rw-r--r-- | japanese/ptex-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ptex-common/Makefile b/japanese/ptex-common/Makefile index 3d48c6bcd397..d776c4d30a53 100644 --- a/japanese/ptex-common/Makefile +++ b/japanese/ptex-common/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: max # -# $Id: Makefile,v 1.20 1997/10/04 17:13:37 max Exp $ +# $Id: Makefile,v 1.21 1997/10/04 17:58:42 max Exp $ # DISTNAME= web2c-7.0 @@ -46,6 +46,6 @@ post-install: .for bin in ${BINARIES} @strip ${PREFIX}/bin/${bin} .endfor - @/bin/ln -fs ${PREFIX}/bin/tex ${PREFIX}/bin/ptex-common + @/bin/ln -fs tex ${PREFIX}/bin/ptex-common .include <bsd.port.mk> |