mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Utilize PORTDOCS
- Minor cleanup Approved by: maintainer
This commit is contained in:
parent
ad737aa069
commit
1e6633189d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183995
@ -32,14 +32,10 @@ CONFIGURE_ARGS+=--disable-iconv
|
||||
.else
|
||||
USE_ICONV= yes
|
||||
.endif
|
||||
PLIST_FILES=bin/mpc
|
||||
PLIST_DIRS=%%EXAMPLESDIR%%
|
||||
PLIST_FILES+=%%EXAMPLESDIR%%/mpc-bashrc
|
||||
.ifndef(NOPORTDOCS)
|
||||
PLIST_DIRS+=%%DOCSDIR%%
|
||||
PLIST_FILES+=%%DOCSDIR%%/AUTHORS
|
||||
PLIST_FILES+=%%DOCSDIR%%/README
|
||||
.endif
|
||||
|
||||
PLIST_FILES= bin/mpc %%EXAMPLESDIR%%/mpc-bashrc
|
||||
PLIST_DIRS= %%EXAMPLESDIR%%
|
||||
PORTDOCS= AUTHORS README
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/mpc ${PREFIX}/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user