summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2014-01-27 06:21:51 +0000
committerAlex Kozlov <ak@FreeBSD.org>2014-01-27 06:21:51 +0000
commit6d9c0ebc96f6a0034baea3384635baa53626b440 (patch)
treed58d13d804dac48194e20c35f580002d1ec39ee0 /Mk
parentf98515f4b22c0e2576bc0487154f2ff66c1d21a7 (diff)
downloadfreebsd-ports-6d9c0ebc96f6a0034baea3384635baa53626b440.zip
- Use proper url
Submitted by: mat Approved by: portmgr (mat)
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.sanity.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk
index 0ec9c3aee30b..8c592cd7c613 100644
--- a/Mk/bsd.sanity.mk
+++ b/Mk/bsd.sanity.mk
@@ -119,7 +119,7 @@ DEV_WARNING+= "USE_SCONS=yes is deprecated, please use USES=scons"
# print warning if no reason given for NO_STAGE
.if defined(NO_STAGE) && ${NO_STAGE:L} == yes
DEV_WARNING+= "NO_STAGE is deprecated, convert port to stage directory:"
-DEV_WARNING+= "https://wiki.freebsd.org/action/diff/ports/StageDir"
+DEV_WARNING+= "https://wiki.freebsd.org/ports/StageDir"
.endif
.if !defined(NO_STAGE)