diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-02-15 08:51:13 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-02-15 08:51:13 +0800 |
commit | f0a369646b82e894911d9880b298ca20bfc2b82d (patch) | |
tree | 73b168bc4009bea2e6351454e93e188eaa0e41a3 /x11-themes | |
parent | f679c6a8fc6fd8e591110cf340b8592f1e429d5b (diff) | |
download | freebsd-ports-gnome-f0a369646b82e894911d9880b298ca20bfc2b82d.tar.gz freebsd-ports-gnome-f0a369646b82e894911d9880b298ca20bfc2b82d.tar.zst freebsd-ports-gnome-f0a369646b82e894911d9880b298ca20bfc2b82d.zip |
Set USE_LINUX instead of dirrmtry'ing ${PREFIX}/usr/share and
${PREFIX}/usr ourselves.
PR: ports/93327
Submitted by: maintainer
Favourite colour of: maintainer, netchild
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/linux-f10-hicolor-icon-theme/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/linux-f10-hicolor-icon-theme/pkg-plist | 4 | ||||
-rw-r--r-- | x11-themes/linux-f8-hicolor-icon-theme/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/linux-f8-hicolor-icon-theme/pkg-plist | 4 | ||||
-rw-r--r-- | x11-themes/linux-hicolor-icon-theme/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/linux-hicolor-icon-theme/pkg-plist | 4 |
6 files changed, 9 insertions, 12 deletions
diff --git a/x11-themes/linux-f10-hicolor-icon-theme/Makefile b/x11-themes/linux-f10-hicolor-icon-theme/Makefile index aaf949494d57..0ed9ba154b82 100644 --- a/x11-themes/linux-f10-hicolor-icon-theme/Makefile +++ b/x11-themes/linux-f10-hicolor-icon-theme/Makefile @@ -18,7 +18,10 @@ COMMENT= A high-color icon theme shell from the FreeDesktop project RUN_DEPENDS= ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme NO_BUILD= yes +USE_LINUX= yes USE_LINUX_PREFIX= yes +PLIST_FILES= usr/share/icons/hicolor +PLIST_DIRS= usr/share/icons do-install: ${INSTALL} -d ${PREFIX}/usr/share/icons diff --git a/x11-themes/linux-f10-hicolor-icon-theme/pkg-plist b/x11-themes/linux-f10-hicolor-icon-theme/pkg-plist deleted file mode 100644 index 464d88c9084d..000000000000 --- a/x11-themes/linux-f10-hicolor-icon-theme/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -usr/share/icons/hicolor -@dirrm usr/share/icons -@dirrmtry usr/share -@dirrmtry usr diff --git a/x11-themes/linux-f8-hicolor-icon-theme/Makefile b/x11-themes/linux-f8-hicolor-icon-theme/Makefile index aaf949494d57..0ed9ba154b82 100644 --- a/x11-themes/linux-f8-hicolor-icon-theme/Makefile +++ b/x11-themes/linux-f8-hicolor-icon-theme/Makefile @@ -18,7 +18,10 @@ COMMENT= A high-color icon theme shell from the FreeDesktop project RUN_DEPENDS= ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme NO_BUILD= yes +USE_LINUX= yes USE_LINUX_PREFIX= yes +PLIST_FILES= usr/share/icons/hicolor +PLIST_DIRS= usr/share/icons do-install: ${INSTALL} -d ${PREFIX}/usr/share/icons diff --git a/x11-themes/linux-f8-hicolor-icon-theme/pkg-plist b/x11-themes/linux-f8-hicolor-icon-theme/pkg-plist deleted file mode 100644 index 464d88c9084d..000000000000 --- a/x11-themes/linux-f8-hicolor-icon-theme/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -usr/share/icons/hicolor -@dirrm usr/share/icons -@dirrmtry usr/share -@dirrmtry usr diff --git a/x11-themes/linux-hicolor-icon-theme/Makefile b/x11-themes/linux-hicolor-icon-theme/Makefile index aaf949494d57..0ed9ba154b82 100644 --- a/x11-themes/linux-hicolor-icon-theme/Makefile +++ b/x11-themes/linux-hicolor-icon-theme/Makefile @@ -18,7 +18,10 @@ COMMENT= A high-color icon theme shell from the FreeDesktop project RUN_DEPENDS= ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme NO_BUILD= yes +USE_LINUX= yes USE_LINUX_PREFIX= yes +PLIST_FILES= usr/share/icons/hicolor +PLIST_DIRS= usr/share/icons do-install: ${INSTALL} -d ${PREFIX}/usr/share/icons diff --git a/x11-themes/linux-hicolor-icon-theme/pkg-plist b/x11-themes/linux-hicolor-icon-theme/pkg-plist deleted file mode 100644 index 464d88c9084d..000000000000 --- a/x11-themes/linux-hicolor-icon-theme/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -usr/share/icons/hicolor -@dirrm usr/share/icons -@dirrmtry usr/share -@dirrmtry usr |