diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:18:05 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:18:05 +0000 |
commit | 877b8a533b44bb6324ebbaf65cd80a60d1572003 (patch) | |
tree | e1a018208ceade04ca56a70c5184978cac51853e /archivers/linux_rar/Makefile | |
parent | Replace AWOL maintainer with an active one (Assar Westerlund <assar@stacken.k... (diff) |
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
Diffstat (limited to '')
-rw-r--r-- | archivers/linux_rar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/linux_rar/Makefile b/archivers/linux_rar/Makefile index 3abcc0488237..aa414e3cf773 100644 --- a/archivers/linux_rar/Makefile +++ b/archivers/linux_rar/Makefile @@ -41,7 +41,7 @@ post-fetch: pre-configure: @${ECHO_MSG} "To install unrar bundled with this package," - @${ECHO_MSG} "set variable WITH_UNRAR=YES." + @${ECHO_MSG} "set variable WITH_UNRAR=yes." do-install: @${MKDIR} ${PREFIX}/share/doc/rar ${PREFIX}/share/rar |