mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- Use the new options framework
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
ef8a09f142
commit
6637f08b6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301881
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= checkrdf
|
||||
PORTVERSION= 39.4444
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -26,7 +26,12 @@ MANCOMPRESSED= yes
|
||||
PLIST_FILES= bin/checkrdf bin/checkrdf.bin etc/checkrdf.rc
|
||||
PORTDOCS= README NEWS blog.news.css bluegreek.css myrdf.css
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_DEFAULT= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
INSTALL_TARGET=install-bin install-rc install-man
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user