diff options
author | steve <steve@FreeBSD.org> | 1998-10-21 00:57:42 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-21 00:57:42 +0000 |
commit | 1d9b3e1d3e6a2c8fda5635cf3ab492fb92396d5f (patch) | |
tree | 965df872c181a4f20f26529dd4065172eb751f17 /sysutils/xperfmon3 | |
parent | c732cab0da8b9be4a72c4d0cd26c2292ea584806 (diff) | |
download | FreeBSD-ports-1d9b3e1d3e6a2c8fda5635cf3ab492fb92396d5f.zip FreeBSD-ports-1d9b3e1d3e6a2c8fda5635cf3ab492fb92396d5f.tar.gz |
Move manpages from pkg/PLIST to Makefile.
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 339847d..5240bd7 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 4951b88..4fc9fe3 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 |