diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-29 04:01:33 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-29 04:01:33 +0000 |
commit | e12d11de9baf516e22adc8c0404d1a99802e096f (patch) | |
tree | eb11144b07a83da9dc40acdec9fa7d52e8423206 /x11/lxpanel | |
parent | e56bd945f3d7da043b0597359484d87fb7522613 (diff) |
Notes
Diffstat (limited to 'x11/lxpanel')
-rw-r--r-- | x11/lxpanel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/lxpanel/Makefile b/x11/lxpanel/Makefile index e58f81b00fa5..3eed22e86425 100644 --- a/x11/lxpanel/Makefile +++ b/x11/lxpanel/Makefile @@ -33,7 +33,7 @@ PLIST_SUB+= NLS="@comment " pre-patch: @${REINPLACE_CMD} -e 's,linux,sys,' \ - M${WRKSRC}/src/plugins/volume/volume-impl.c + ${WRKSRC}/src/plugins/volume/volume-impl.c @${REINPLACE_CMD} -e 's,$$(DATADIRNAME)/locale,share/locale,' \ ${WRKSRC}/po/Makefile.in.in |