diff options
author | mandree <mandree@FreeBSD.org> | 2014-01-14 10:13:28 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-01-14 10:13:28 +0800 |
commit | a548564bd29c3308be77eebeacd3a2677ed9e316 (patch) | |
tree | 7bc3b33d758522eeffa3b5ec0a0b8935a23ae682 | |
parent | aea6ff1956aa0a57a6989d9c8fa40371edaa9115 (diff) | |
download | freebsd-ports-gnome-a548564bd29c3308be77eebeacd3a2677ed9e316.tar.gz freebsd-ports-gnome-a548564bd29c3308be77eebeacd3a2677ed9e316.tar.zst freebsd-ports-gnome-a548564bd29c3308be77eebeacd3a2677ed9e316.zip |
Fix LEGAL message.
PR: ports/184774
Submitted by: Denis Generalov (maintainer)
-rw-r--r-- | sysutils/su2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/su2/Makefile b/sysutils/su2/Makefile index 8ec46d85cf75..f150eaa494d0 100644 --- a/sysutils/su2/Makefile +++ b/sysutils/su2/Makefile @@ -12,7 +12,7 @@ COMMENT= Enhanced su, allows users to su with own password + more PATCH_DEPENDS= rcsdiff:${PORTSDIR}/devel/rcs -NO_CDROM= Don't sell for profit +NO_CDROM= Do not sell for profit PLIST_FILES= bin/su2 \ man/man1/su2.1.gz |