diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-21 10:39:50 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-21 10:39:50 +0000 |
commit | 172aaba92808a617e09eed09781df99f4c7abac9 (patch) | |
tree | 3879c84b9232abbb9ea62ed9a6970d7a764ef882 /x11-wm | |
parent | 8806f8f934083fa700908a5a472d87371f9b4024 (diff) | |
download | ports-172aaba92808a617e09eed09781df99f4c7abac9.tar.gz ports-172aaba92808a617e09eed09781df99f4c7abac9.zip |
Notes
Diffstat (limited to 'x11-wm')
-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 ed509a192fda..625c206b4f8a 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 |