diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
commit | 444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /sysutils/xperfmon3/Makefile | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes:
svn path=/head/; revision=1803
svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'sysutils/xperfmon3/Makefile')
-rw-r--r-- | sysutils/xperfmon3/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sysutils/xperfmon3/Makefile b/sysutils/xperfmon3/Makefile deleted file mode 100644 index 6bc00bd66973..000000000000 --- a/sysutils/xperfmon3/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: xpermon++ V1.1 -# Version required: 1.1 -# Date created: 8 March 95 -# Whom: Lars Koeller <lars.koeller@odie.physik2.uni-rostock.de> -# -# $Id: Makefile,v 1.4 1995/04/12 20:32:12 asami Exp $ -# - -DISTNAME= xperfmon++ -PKGNAME= xperfmon-1.1 -USE_IMAKE= yes -CATEGORIES+= utilities -# In Germany try this -# MASTER_SITES= ftp://odie.physik2.uni-rostock.de/pub/ -MASTER_SITES= ftp://proteus.arc.nasa.gov/pub/ -DISTFILES= xperfmon++v1.1.tar.Z - -.include <bsd.port.mk> - |