1 |
douglas |
625 |
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/Makefile psmisc/Makefile |
2 |
|
|
--- /usr/ports/sysutils/psmisc/Makefile 2013-09-20 16:05:58.000000000 -0700 |
3 |
|
|
+++ psmisc/Makefile 2013-11-24 20:21:16.000000000 -0800 |
4 |
|
|
@@ -20,11 +20,8 @@ |
5 |
|
|
|
6 |
|
|
OPTIONS_DEFINE= NLS |
7 |
|
|
|
8 |
|
|
-NO_STAGE= yes |
9 |
|
|
.include <bsd.port.options.mk> |
10 |
|
|
|
11 |
|
|
-MAN1= killall.1 pstree.1 |
12 |
|
|
- |
13 |
|
|
.if ${PORT_OPTIONS:MNLS} |
14 |
|
|
USES+= gettext |
15 |
|
|
CONFIGURE_ARGS= --enable-nls |
16 |
|
|
@@ -38,6 +35,6 @@ |
17 |
|
|
@${REINPLACE_CMD} -e '/^#define COMM_LEN / s|16|254|' ${WRKSRC}/src/comm.h |
18 |
|
|
|
19 |
|
|
post-install: |
20 |
|
|
- @${LN} -fs ${PREFIX}/bin/killall ${PREFIX}/bin/pidof |
21 |
|
|
+ @${LN} -fs killall ${STAGEDIR}${PREFIX}/bin/pidof |
22 |
|
|
|
23 |
|
|
.include <bsd.port.mk> |
24 |
|
|
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/pkg-plist psmisc/pkg-plist |
25 |
|
|
--- /usr/ports/sysutils/psmisc/pkg-plist 2012-07-14 07:29:18.000000000 -0700 |
26 |
|
|
+++ psmisc/pkg-plist 2013-11-24 20:12:09.000000000 -0800 |
27 |
|
|
@@ -3,6 +3,8 @@ |
28 |
|
|
bin/pidof |
29 |
|
|
bin/pstree |
30 |
|
|
bin/pstree.x11 |
31 |
|
|
+man/man1/killall.1.gz |
32 |
|
|
+man/man1/pstree.1.gz |
33 |
|
|
%%NLS%%share/locale/bg/LC_MESSAGES/psmisc.mo |
34 |
|
|
%%NLS%%share/locale/ca/LC_MESSAGES/psmisc.mo |
35 |
|
|
%%NLS%%share/locale/cs/LC_MESSAGES/psmisc.mo |