diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 10:05:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 10:05:17 +0000 |
commit | 608af4593920650a4120f3b6075db2fadb2d7cc5 (patch) | |
tree | 5e46918c8823f4292c5c29ad7035b9fd4f69c6f2 /devel/libmalloc | |
parent | Add 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/Makefile | 7 |
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> |