diff options
author | rafan <rafan@FreeBSD.org> | 2006-07-09 06:49:50 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-07-09 06:49:50 +0800 |
commit | 476d1d776b3b1853693285639de1a8b422e7eba1 (patch) | |
tree | f756eb1dee0f3e107f08062fb4ffe8a1df86a872 /x11-themes | |
parent | a95efa75605976176921dd053a43d0afb0f5dc40 (diff) | |
download | freebsd-ports-gnome-476d1d776b3b1853693285639de1a8b422e7eba1.tar.gz freebsd-ports-gnome-476d1d776b3b1853693285639de1a8b422e7eba1.tar.zst freebsd-ports-gnome-476d1d776b3b1853693285639de1a8b422e7eba1.zip |
- Eliminate pkg-plist
PR: 99940
Submitted by: Stanislav Sedov <ssedov mbsd.msk.ru> (maintainer)
Approved by: delphij (mentor, implicit)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/e17-theme-simply_white/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/e17-theme-simply_white/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11-themes/e17-theme-simply_white/Makefile b/x11-themes/e17-theme-simply_white/Makefile index 2c0d6ee6f141..2805cbdf862e 100644 --- a/x11-themes/e17-theme-simply_white/Makefile +++ b/x11-themes/e17-theme-simply_white/Makefile @@ -23,6 +23,8 @@ USE_X_PREFIX= yes NO_BUILD= yes NO_WRKSUBDIR= yes +PLIST_FILES= share/enlightenment/data/themes/Simply-white-0.3.edj + do-extract: ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} diff --git a/x11-themes/e17-theme-simply_white/pkg-plist b/x11-themes/e17-theme-simply_white/pkg-plist deleted file mode 100644 index 6df722347cef..000000000000 --- a/x11-themes/e17-theme-simply_white/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -share/enlightenment/data/themes/Simply-white-0.3.edj |