diff options
author | krion <krion@FreeBSD.org> | 2004-12-21 10:39:50 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-12-21 10:39:50 +0000 |
commit | c24d8e51b8cf3182c2499a004c3605d9ffbca250 (patch) | |
tree | 7dfbc59a9ed5ef9f727f92a78b4ac60f54466fc5 | |
parent | c01b25ad298c617004bd47cdbf78b0dbaf281be2 (diff) | |
download | FreeBSD-ports-c24d8e51b8cf3182c2499a004c3605d9ffbca250.zip FreeBSD-ports-c24d8e51b8cf3182c2499a004c3605d9ffbca250.tar.gz |
Fix plist.
PR: ports/75314
Submitted by: maintainer
-rw-r--r-- | x11-wm/selectwm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/selectwm/Makefile b/x11-wm/selectwm/Makefile index ed509a1..625c206 100644 --- a/x11-wm/selectwm/Makefile +++ b/x11-wm/selectwm/Makefile @@ -23,7 +23,7 @@ USE_REINPLACE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -PLIST_FILES= bin/selectwm +PLIST_FILES= bin/selectwm share/locale/fr/LC_MESSAGES/selectwm.mo post-patch: @${REINPLACE_CMD} -e 's,-O2,${CFLAGS},g' ${WRKSRC}/configure |