diff options
author | ak <ak@FreeBSD.org> | 2014-01-27 14:21:51 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-01-27 14:21:51 +0800 |
commit | f63d564c5c680ef30b601738667fafddf944b986 (patch) | |
tree | d58d13d804dac48194e20c35f580002d1ec39ee0 /Mk/bsd.sanity.mk | |
parent | 476a6c81bd9c7afbb9208c4e60a66b11ccea077c (diff) | |
download | freebsd-ports-gnome-f63d564c5c680ef30b601738667fafddf944b986.tar.gz freebsd-ports-gnome-f63d564c5c680ef30b601738667fafddf944b986.tar.zst freebsd-ports-gnome-f63d564c5c680ef30b601738667fafddf944b986.zip |
- Use proper url
Submitted by: mat
Approved by: portmgr (mat)
Diffstat (limited to 'Mk/bsd.sanity.mk')
-rw-r--r-- | Mk/bsd.sanity.mk | 2 |
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) |