1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Remove the symlink in the pre-clean target, that gets created from the

configure script.
This commit is contained in:
Andreas Schulz 1994-11-21 10:39:08 +00:00
parent 996ec61020
commit 61dc09009c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443

View File

@ -3,7 +3,7 @@
# Date created: 22 August 1994
# Whom: mr
#
# $Id: Makefile,v 1.3 1994/11/10 01:36:42 jkh Exp $
# $Id: Makefile,v 1.4 1994/11/17 00:22:54 jkh Exp $
#
DISTNAME= tcpblast
@ -12,6 +12,7 @@ NO_WRKDIR= yes
pre-clean:
@echo "===> Pre-clean for ${DISTNAME}"
@(rm -f ${.CURDIR}/tcpblast)
@(cd ${.CURDIR}/src; make clean)
.include <bsd.port.mk>