diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-20 07:23:43 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-20 07:23:43 +0000 |
commit | 5f16a2be6d5cb4dc9c2c91172e7b46747da8b35a (patch) | |
tree | 6f07896b6b339778b7e4c032b0fe807777c89798 /x11-toolkits | |
parent | cacd7f49e20bc982881d4e317c0905a0c25ee075 (diff) |
- abort when /nonexistent does exist.
Notes
Notes:
svn path=/head/; revision=104708
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tk84/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index f627e10e8e22..a87a1f9dba23 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -341,6 +341,9 @@ MLINKS= 3DBorder.3 Tk_Alloc3DBorderFromObj.3 \ .include <bsd.port.pre.mk> +pre-extract: + @if test -e "${NONEXISTENT}"; then echo "=== Aborted, please remove ${NONEXISTENT}"; exit 1; fi + post-configure: ${REINPLACE_CMD} -e 's=${WRKDIRPREFIX}${PORTSDIR}=$${WRKDIRPREFIX}${PORTSDIR}=' \ ${WRKSRC}/tkConfig.sh |