diff options
author | rafan <rafan@FreeBSD.org> | 2007-01-29 04:01:33 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-01-29 04:01:33 +0000 |
commit | b693266faa99d178d88203c521cffc25d5006605 (patch) | |
tree | c6019121442e6c3773a2e7a57d415a5f85224980 /x11 | |
parent | c978e4ffd47f6326c5bd7228bc76dda0be9a941b (diff) | |
download | FreeBSD-ports-b693266faa99d178d88203c521cffc25d5006605.zip FreeBSD-ports-b693266faa99d178d88203c521cffc25d5006605.tar.gz |
- Where is the "M" from...
Noticed by: chinsan
Diffstat (limited to 'x11')
-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 e58f81b..3eed22e 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 |