diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-28 03:21:05 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-28 03:21:05 +0800 |
commit | 7b1b5a22cce1f5f464f2e425089e6985950831f0 (patch) | |
tree | 45068515f8c14505da2b3e9257168a03481d4f7c /x11/gnome2-lite/Makefile | |
parent | 9cb5055ec734a8cfa64860f0811c17a08938385d (diff) | |
download | marcuscom-ports-7b1b5a22cce1f5f464f2e425089e6985950831f0.tar.gz marcuscom-ports-7b1b5a22cce1f5f464f2e425089e6985950831f0.tar.zst marcuscom-ports-7b1b5a22cce1f5f464f2e425089e6985950831f0.zip |
Correct pkg-descr path and remove unneeded plist files.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4130 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2-lite/Makefile')
-rw-r--r-- | x11/gnome2-lite/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/gnome2-lite/Makefile b/x11/gnome2-lite/Makefile index e010dc505..0da6652d6 100644 --- a/x11/gnome2-lite/Makefile +++ b/x11/gnome2-lite/Makefile @@ -36,4 +36,7 @@ RUN_DEPENDS= ${X11BASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnomeapplets2 MASTERDIR= ${.CURDIR}/../gnome2 CONFLICTS= gnome2-[0-9]* +DESCR= ${.CURDIR}/pkg-descr +PKGMESSAGE= ${.CURDIR}/pkg-message + .include "${MASTERDIR}/Makefile" |