diff options
author | rafan <rafan@FreeBSD.org> | 2006-07-09 06:48:05 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-07-09 06:48:05 +0800 |
commit | 70bcb88cdcee2c687c1073644af00aa0769750ee (patch) | |
tree | 46b43eda0e622f8b67efa61a6589383571aafdbf /x11-themes | |
parent | 2e992608803166667bbda7821bfcd7125efcf5e5 (diff) | |
download | freebsd-ports-gnome-70bcb88cdcee2c687c1073644af00aa0769750ee.tar.gz freebsd-ports-gnome-70bcb88cdcee2c687c1073644af00aa0769750ee.tar.zst freebsd-ports-gnome-70bcb88cdcee2c687c1073644af00aa0769750ee.zip |
- Eliminate pkg-plist
PR: 99930
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-milky/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/e17-theme-milky/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11-themes/e17-theme-milky/Makefile b/x11-themes/e17-theme-milky/Makefile index 7232302c4135..e446c7962cf5 100644 --- a/x11-themes/e17-theme-milky/Makefile +++ b/x11-themes/e17-theme-milky/Makefile @@ -23,6 +23,8 @@ USE_X_PREFIX= yes NO_BUILD= yes NO_WRKSUBDIR= yes +PLIST_FILES= share/enlightenment/data/themes/Milky.edj + do-extract: ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} diff --git a/x11-themes/e17-theme-milky/pkg-plist b/x11-themes/e17-theme-milky/pkg-plist deleted file mode 100644 index b45ee0464bf9..000000000000 --- a/x11-themes/e17-theme-milky/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -share/enlightenment/data/themes/Milky.edj |