diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2012-05-31 21:12:14 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2012-05-31 21:12:14 +0000 |
commit | 68e1d1d6bac0b47fedea2eb0dc2d1b449e7a973d (patch) | |
tree | e34babc2d103058a4353e9cc46ab56239c643555 /net/unison-nox11 | |
parent | 3cccaae6f232fabf7cc92d7e6aa1b54c2495cf58 (diff) |
- Convert to new options framework
- Remove uneeded double quotes
- While here fix various portlint warnings
- Indent make conditionals and loop
Approved by: Boris Samorodov <bsam@FreeBSD.org> (net/unison-nox11 maintainer)
Approved by: Matthias Andree <mandree@FreeBSD.org> (implicit, net/unison232 maintainer)
Approved by: tabthorpe (mentor)
Notes
Notes:
svn path=/head/; revision=297905
Diffstat (limited to 'net/unison-nox11')
-rw-r--r-- | net/unison-nox11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/unison-nox11/Makefile b/net/unison-nox11/Makefile index d87bd7837602..c5bec352d492 100644 --- a/net/unison-nox11/Makefile +++ b/net/unison-nox11/Makefile @@ -13,7 +13,8 @@ COMMENT= A user-level file synchronization tool (without x11 stuff) CONFLICTS= unison-[0-9]*, unison-devel-[0-9]* -WITHOUT_X11= yes +OPTIONS_EXCLUDE= GTK2 +OPTIONS_DEFAULT= DOCS MASTERDIR= ${.CURDIR}/../unison .include "${MASTERDIR}/Makefile" |