diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-06 04:38:07 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-06 04:38:07 +0800 |
commit | 4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8 (patch) | |
tree | 3a5e68d87a3b7b75e8fc4b41a495e57126c0ed29 /sysutils/ttyload | |
parent | 26f1c8fe6dae7d6ee8eaa1eb882311af83de3b09 (diff) | |
download | freebsd-ports-gnome-4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8.tar.gz freebsd-ports-gnome-4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8.tar.zst freebsd-ports-gnome-4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8.zip |
Use PLIST_FILES.
Reviewed by: marcus
Diffstat (limited to 'sysutils/ttyload')
-rw-r--r-- | sysutils/ttyload/Makefile | 1 | ||||
-rw-r--r-- | sysutils/ttyload/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ttyload/Makefile b/sysutils/ttyload/Makefile index 3b77090b4bac..ffac539b8944 100644 --- a/sysutils/ttyload/Makefile +++ b/sysutils/ttyload/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.daveltd.com/src/util/ttyload/ MAINTAINER= ports@FreeBSD.org COMMENT= Give a color-coded graph of load averages over time +PLIST_FILES= bin/ttyload USE_REINPLACE= yes ALL_TARGET= default diff --git a/sysutils/ttyload/pkg-plist b/sysutils/ttyload/pkg-plist deleted file mode 100644 index f3b48f95b93b..000000000000 --- a/sysutils/ttyload/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ttyload |