diff options
Diffstat (limited to 'net/wmnetmon/Makefile')
-rw-r--r-- | net/wmnetmon/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/wmnetmon/Makefile b/net/wmnetmon/Makefile index 1ca320be476..8bd983cf5f5 100644 --- a/net/wmnetmon/Makefile +++ b/net/wmnetmon/Makefile @@ -17,7 +17,10 @@ USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes -BINMODE= 4755 +BINMODE= 4755 + +PLIST_FILES= bin/wmnetmon share/examples/wmnetmon/wmnetmonrc +PLIST_DIRS= share/examples/wmnetmon do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmnetmon ${PREFIX}/bin |