From 6a85cb29e39f2fb31b58d89a94c125767c7cb625 Mon Sep 17 00:00:00 2001 From: novel Date: Mon, 7 Aug 2006 18:03:43 +0000 Subject: - Correct plist by fixing typo ('shara' instead of 'share') - Take maintainership Reported by: pointyhat via kris --- x11-wm/obconf/Makefile | 4 ++-- 1 file 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) -- cgit