diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-08-07 18:03:43 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-08-07 18:03:43 +0000 |
commit | cc2dd0e99b4e73f77f79d83a1399b628e7d28975 (patch) | |
tree | 661c2718803ecc543cbbad7e4cf61e3fccf57d81 /x11-wm | |
parent | 60951459a640ee6a43f0e2e5bffbdc0508a66999 (diff) | |
download | ports-cc2dd0e99b4e73f77f79d83a1399b628e7d28975.tar.gz ports-cc2dd0e99b4e73f77f79d83a1399b628e7d28975.zip |
- 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')
-rw-r--r-- | x11-wm/obconf/Makefile | 4 |
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) |