summaryrefslogtreecommitdiff
path: root/devel/libmalloc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-09 10:05:17 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-09 10:05:17 +0000
commit608af4593920650a4120f3b6075db2fadb2d7cc5 (patch)
tree5e46918c8823f4292c5c29ad7035b9fd4f69c6f2 /devel/libmalloc
parentAdd support for categorized subdirectories for packages. By default, (diff)
And now, yet another round of Makefile updates, devel version!
Notes
Notes: svn path=/head/; revision=1314
Diffstat (limited to 'devel/libmalloc')
-rw-r--r--devel/libmalloc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libmalloc/Makefile b/devel/libmalloc/Makefile
index 69eb6d8729fd..49cb04c5600f 100644
--- a/devel/libmalloc/Makefile
+++ b/devel/libmalloc/Makefile
@@ -1,13 +1,14 @@
# New ports collection makefile for: Mark Moraes malloc library
-# Version required: 1.13??
+# Version required: 1.17alpha
# Date created: 11 January 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.1.1.1 1995/01/12 22:23:20 jkh Exp $
+# $Id: Makefile,v 1.2 1995/04/01 12:44:37 jkh Exp $
#
DISTNAME= malloc
-MASTER_SITES= ftp.cs.toronto.edu:/pub/moraes/
+PKGNAME= malloc-1.17a
CATEGORIES+= development programming libraries
+MASTER_SITES= ftp.cs.toronto.edu:/pub/moraes/
.include <bsd.port.mk>