mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Drop invalid WWW [1]
- Use PORTDOCS facility and remove 1 line pkg-plist PR: ports/95170 [1] Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> [1]
This commit is contained in:
parent
0c21aa05a6
commit
09ebe5f027
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158563
@ -23,13 +23,16 @@ USE_GNOME= gtk12
|
||||
NO_BUILD= yes
|
||||
MAN1= icepref.1
|
||||
|
||||
PORTDOCS= README FAQ LICENSE
|
||||
PLIST_FILES= bin/icepref
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/icepref ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/icepref.1 ${PREFIX}/man/man1
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/icepref
|
||||
.for DOC in README FAQ LICENSE
|
||||
${INSTALL_DATA} ${WRKSRC}/${DOC} ${PREFIX}/share/doc/icepref
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for DOC in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${DOC} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
@ -2,7 +2,3 @@ This is a port of IcePref, a graphical configuration utility for the
|
||||
Ice Window Manager that uses Python and GTK. This port fixes the
|
||||
problem with the Restart button not working in FreeBSD if you install
|
||||
from the original source.
|
||||
|
||||
WWW: http://members.xoom.com/SaintChoj/icepref.html
|
||||
|
||||
- Michael Urban <murban@tznet.com>
|
||||
|
@ -1,5 +0,0 @@
|
||||
bin/icepref
|
||||
%%PORTDOCS%%share/doc/icepref/FAQ
|
||||
%%PORTDOCS%%share/doc/icepref/LICENSE
|
||||
%%PORTDOCS%%share/doc/icepref/README
|
||||
%%PORTDOCS%%@dirrm share/doc/icepref
|
Loading…
Reference in New Issue
Block a user