aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-04-01 23:42:40 +0800
committergarga <garga@FreeBSD.org>2006-04-01 23:42:40 +0800
commit7268bf1648e49f428735fe009ee1908f97d6135b (patch)
tree3f24b01a4f29549361c629eab0614dd825a8b325 /x11-wm
parent0561aea4d09be0ae604b338c7cde31260b2d7d98 (diff)
downloadfreebsd-ports-gnome-7268bf1648e49f428735fe009ee1908f97d6135b.tar.gz
freebsd-ports-gnome-7268bf1648e49f428735fe009ee1908f97d6135b.tar.zst
freebsd-ports-gnome-7268bf1648e49f428735fe009ee1908f97d6135b.zip
- 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]
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/icepref/Makefile9
-rw-r--r--x11-wm/icepref/pkg-descr4
-rw-r--r--x11-wm/icepref/pkg-plist5
3 files changed, 6 insertions, 12 deletions
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 <murban@tznet.com>
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