aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-21 17:56:26 +0800
committerbapt <bapt@FreeBSD.org>2013-10-21 17:56:26 +0800
commite5ed805811b9dd6d9dafef93d2804b8ce42090d4 (patch)
tree387531867fb59115987d3f24992f4b83b2336e92 /Mk
parent7bd717b440b388f2829a409ebf1cc8dc84595cfb (diff)
downloadfreebsd-ports-graphics-e5ed805811b9dd6d9dafef93d2804b8ce42090d4.tar.gz
freebsd-ports-graphics-e5ed805811b9dd6d9dafef93d2804b8ce42090d4.tar.zst
freebsd-ports-graphics-e5ed805811b9dd6d9dafef93d2804b8ce42090d4.zip
really apply the fix provided by ohauer
Reported by: sunpoet, ohauer Pointyhat to: bapt
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index e1f64db1aaf..e9622357ead 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -4569,7 +4569,7 @@ reinstall:
.if !target(restage)
restage:
- @${RM} -rf ${STAGEDESTDIR} ${STAGE_COOKIE} ${INSTALL_COOKIE} ${PACKAGE_COOKIE}
+ @${RM} -rf ${STAGEDIR} ${STAGE_COOKIE} ${INSTALL_COOKIE} ${PACKAGE_COOKIE}
@cd ${.CURDIR} && ${MAKE} stage
.endif