diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-21 00:57:42 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-21 00:57:42 +0000 |
commit | 2646e845ff93d66d7a8b1135ca481e9f284af0c8 (patch) | |
tree | deffabe320b2949ec66c44c67f9ddb3ce9279bca /sysutils/xperfmon3 | |
parent | f28b472edc2b1b9ab1b8f9c6c525fa3f8fdb90f4 (diff) |
Notes
Diffstat (limited to 'sysutils/xperfmon3')
-rw-r--r-- | sysutils/xperfmon3/Makefile | 3 | ||||
-rw-r--r-- | sysutils/xperfmon3/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xperfmon3/Makefile b/sysutils/xperfmon3/Makefile index 339847d536e2..5240bd731d48 100644 --- a/sysutils/xperfmon3/Makefile +++ b/sysutils/xperfmon3/Makefile @@ -3,7 +3,7 @@ # Date created: 14 March 97 # Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE> # -# $Id: Makefile,v 1.17 1998/09/30 19:32:35 gj Exp $ +# $Id: Makefile,v 1.18 1998/10/09 10:01:32 obrien Exp $ # DISTNAME= xperfmon++ @@ -18,6 +18,7 @@ DISTFILES= xperfmon++v1.1.tar.Z MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE USE_IMAKE= yes +MAN1= xperfmon++.1 pre-configure: if [ -e /usr/lib/libdevstat.a -o -e /usr/lib/aout/libdevstat.a ]; then \ diff --git a/sysutils/xperfmon3/pkg-plist b/sysutils/xperfmon3/pkg-plist index 4951b8811d23..4fc9fe3d29c0 100644 --- a/sysutils/xperfmon3/pkg-plist +++ b/sysutils/xperfmon3/pkg-plist @@ -1,3 +1,2 @@ bin/xperfmon++ lib/X11/app-defaults/XPerfmon++ -man/man1/xperfmon++.1.gz |