diff options
Diffstat (limited to 'sysutils/xperfmon3/Makefile')
-rw-r--r-- | sysutils/xperfmon3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/xperfmon3/Makefile b/sysutils/xperfmon3/Makefile index 002cdd58400f..74b1f6fd4d71 100644 --- a/sysutils/xperfmon3/Makefile +++ b/sysutils/xperfmon3/Makefile @@ -3,12 +3,12 @@ # Date created: 15 December 95 # Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de> # -# $Id: Makefile,v 1.8 1996/05/19 10:57:58 joerg Exp $ +# $Id: Makefile,v 1.9 1996/05/20 07:32:45 asami Exp $ # DISTNAME= xperfmon++ PKGNAME= xperfmon++-1.33 -CATEGORIES+= sysutils x11 +CATEGORIES= sysutils x11 # In Germany try this #MASTER_SITES= ftp://odie.physik2.uni-rostock.de/pub/ MASTER_SITES= ftp://proteus.arc.nasa.gov/pub/ @@ -16,7 +16,7 @@ DISTFILES= xperfmon++v1.1.tar.Z MAINTAINER= Lars_Koeller@odie.physik2.uni-rostock.de -USE_IMAKE= yes EXTRACT_ONLY= xperfmon++v1.1.tar.Z +USE_IMAKE= yes .include <bsd.port.mk> |