diff --git a/x11-wm/icepref/Makefile b/x11-wm/icepref/Makefile index 6f2c09e53329..ee3a3096ac78 100644 --- a/x11-wm/icepref/Makefile +++ b/x11-wm/icepref/Makefile @@ -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 diff --git a/x11-wm/icepref/pkg-descr b/x11-wm/icepref/pkg-descr index 28981318f937..6d39c9b89328 100644 --- a/x11-wm/icepref/pkg-descr +++ b/x11-wm/icepref/pkg-descr @@ -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 diff --git a/x11-wm/icepref/pkg-plist b/x11-wm/icepref/pkg-plist deleted file mode 100644 index 966d96b7d587..000000000000 --- a/x11-wm/icepref/pkg-plist +++ /dev/null @@ -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