diff options
author | novel <novel@FreeBSD.org> | 2006-08-08 02:03:43 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-08-08 02:03:43 +0800 |
commit | 6a85cb29e39f2fb31b58d89a94c125767c7cb625 (patch) | |
tree | 2484db2b2ffa65b70c2f27511f78b751ceb20d93 /x11-wm | |
parent | 2fe423f2eb71ceef4051e40653d03f69f594bb18 (diff) | |
download | freebsd-ports-gnome-6a85cb29e39f2fb31b58d89a94c125767c7cb625.tar.gz freebsd-ports-gnome-6a85cb29e39f2fb31b58d89a94c125767c7cb625.tar.zst freebsd-ports-gnome-6a85cb29e39f2fb31b58d89a94c125767c7cb625.zip |
- Correct plist by fixing typo ('shara' instead of 'share')
- Take maintainership
Reported by: pointyhat via kris
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) |