diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /misc/tet | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
Notes
Diffstat (limited to 'misc/tet')
-rw-r--r-- | misc/tet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tet/Makefile b/misc/tet/Makefile index fea0247561bb..f5aa3972f9f6 100644 --- a/misc/tet/Makefile +++ b/misc/tet/Makefile @@ -3,7 +3,7 @@ # Date created: 02 Oct 1998 # Whom: jkoshy # -# $Id: Makefile,v 1.5 1998/11/28 09:33:21 asami Exp $ +# $Id: Makefile,v 1.6 1999/02/11 09:05:38 jkoshy Exp $ # DISTNAME= tet3.2e-unsup @@ -46,7 +46,7 @@ pre-clean: # move the work directory to $TET_ROOT after extraction post-extract: - chmod +x ${WRKDIR}/configure + ${CHMOD} +x ${WRKDIR}/configure ${MKDIR} ${TET_ROOT} cd ${WRKDIR} && tar cf - . | (cd ${TET_ROOT} && tar xf -) ${RM} -rf ${WRKDIR} && ${LN} -s ${TET_ROOT} ${WRKDIR} |