diff options
-rw-r--r-- | devel/libslang/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index 07ba6d20c804..f96e2ad4cbce 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -3,17 +3,17 @@ # Date created: 11 July 1996 # Whom: ache # -# $Id: Makefile,v 1.6 1996/05/04 10:40:23 ache Exp $ +# $Id: Makefile,v 1.1.1.1 1996/07/11 17:31:18 ache Exp $ # DISTNAME= slang0.99-33 -PKGNAME= libslang-0.99-33 +PKGNAME= libslang-0.99.33 CATEGORIES+= devel MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/ -GNU_CONFIGURE= yes MAINTAINER= ache@FreeBSD.org +GNU_CONFIGURE= yes ALL_TARGET= all elf INSTALL_TARGET= install install-elf WRKSRC= ${WRKDIR}/slang |