diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:44:03 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:44:03 +0000 |
commit | 62ad072bc283404885fbe6a286bf5c8812a562c6 (patch) | |
tree | 23b55b5033df6f4afc03f960a6f482b0cf45cdb9 /graphics/tgif-nls/Makefile | |
parent | c5bf5f27e736c27df935be406ddb107eed1ae39a (diff) | |
download | ports-62ad072bc283404885fbe6a286bf5c8812a562c6.tar.gz ports-62ad072bc283404885fbe6a286bf5c8812a562c6.zip |
Notes
Diffstat (limited to 'graphics/tgif-nls/Makefile')
-rw-r--r-- | graphics/tgif-nls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tgif-nls/Makefile b/graphics/tgif-nls/Makefile index f8ebd6961ede..b0baa65e88fe 100644 --- a/graphics/tgif-nls/Makefile +++ b/graphics/tgif-nls/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tgif -PORTVERSION= 4.1.26 +PORTVERSION= 4.1.34 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ ftp://ftp.cs.ucla.edu/pub/tgif/ @@ -46,6 +46,6 @@ post-install: ${INSTALL_DATA} ${DEMO_FILES} ${TGIFDEMO} ;\ ${INSTALL_DATA} ${READMES} ${TGIFDOC} ;\ ) - (cd ${PREFIX}/bin; ${RM} -f tgif-nls; ${LN} -s tgif tgif-nls ) + ${LN} -fs tgif ${PREFIX}/bin/tgif-nls .include <bsd.port.mk> |