diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 08:06:46 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 08:06:46 +0000 |
commit | 3b3bd28890a9082e67d71887318a2b242e5b8bdc (patch) | |
tree | 3b2bca8b9af9ed5f2e8b3fa4c5578e6722c55224 /sysutils/xperfmon3 | |
parent | 8419c1ad549770d06c8fff79c4c12373c5fb7f47 (diff) | |
download | ports-3b3bd28890a9082e67d71887318a2b242e5b8bdc.tar.gz ports-3b3bd28890a9082e67d71887318a2b242e5b8bdc.zip |
Notes
Diffstat (limited to 'sysutils/xperfmon3')
-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> |