diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 02:36:11 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 02:36:11 +0000 |
commit | d9b6c0ce2ddaebb0ecdf623fd1ff0ae99bc37f65 (patch) | |
tree | c2adcf6244bff2bf6db219afbdeb97a916d17201 /net/wmnetmon | |
parent | be6bf1e2f522b1b0282b3b7eb871552b555b7fc2 (diff) | |
download | ports-d9b6c0ce2ddaebb0ecdf623fd1ff0ae99bc37f65.tar.gz ports-d9b6c0ce2ddaebb0ecdf623fd1ff0ae99bc37f65.zip |
- Kill pkg-plist
- Make portlint happy
Notes
Notes:
svn path=/head/; revision=102258
Diffstat (limited to 'net/wmnetmon')
-rw-r--r-- | net/wmnetmon/Makefile | 5 | ||||
-rw-r--r-- | net/wmnetmon/pkg-plist | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/wmnetmon/Makefile b/net/wmnetmon/Makefile index 1ca320be4760..8bd983cf5f54 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 diff --git a/net/wmnetmon/pkg-plist b/net/wmnetmon/pkg-plist deleted file mode 100644 index a7fcfc42282b..000000000000 --- a/net/wmnetmon/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/wmnetmon -share/examples/wmnetmon/wmnetmonrc -@dirrm share/examples/wmnetmon |