summaryrefslogtreecommitdiff
path: root/x11-wm/obconf
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-08-07 18:03:43 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-08-07 18:03:43 +0000
commitcc2dd0e99b4e73f77f79d83a1399b628e7d28975 (patch)
tree661c2718803ecc543cbbad7e4cf61e3fccf57d81 /x11-wm/obconf
parentMark it as IGNORE, does not compile on FreeBSD 4.x, due to lack of wide (diff)
- Correct plist by fixing typo ('shara' instead of 'share')
- Take maintainership Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=170020
Diffstat (limited to 'x11-wm/obconf')
-rw-r--r--x11-wm/obconf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/obconf/Makefile b/x11-wm/obconf/Makefile
index 3bf9dbb3762e..0862734d6b1e 100644
--- a/x11-wm/obconf/Makefile
+++ b/x11-wm/obconf/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 1.6
CATEGORIES= x11-wm
MASTER_SITES= http://tr.openmonkey.com/files/obconf/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= novel@FreeBSD.org
COMMENT= Preferences manager for the Openbox window manager
LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
@@ -34,7 +34,7 @@ PLIST_DIRS= %%DATADIR%%
PLIST= ${WRKDIR}/pkg-plist
pre-install:
- @${ECHO_CMD} "@dirrmtry shara/applications" > ${PLIST}
+ @${ECHO_CMD} "@dirrmtry share/applications" > ${PLIST}
post-install:
.if !defined(NOPORTDOCS)