diff options
author | garga <garga@FreeBSD.org> | 2006-04-01 23:42:40 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-04-01 23:42:40 +0800 |
commit | 7268bf1648e49f428735fe009ee1908f97d6135b (patch) | |
tree | 3f24b01a4f29549361c629eab0614dd825a8b325 /x11-wm/icepref/Makefile | |
parent | 0561aea4d09be0ae604b338c7cde31260b2d7d98 (diff) | |
download | freebsd-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/icepref/Makefile')
-rw-r--r-- | x11-wm/icepref/Makefile | 9 |
1 files changed, 6 insertions, 3 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 |