diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-12-31 12:35:17 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-12-31 12:35:17 +0000 |
commit | 18a56320c9602155ab8efec1503104da172eb882 (patch) | |
tree | e6c9bc10db8d29a4e76a24cac3a7ecc376035aec /textproc/linux-f8-expat/Makefile | |
parent | 07bcc4091010f79f8d929d6ce22e51c7e3743b3f (diff) | |
download | ports-release/6.3.0.tar.gz ports-release/6.3.0.zip |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_3_0'.release/6.3.0
Diffstat (limited to 'textproc/linux-f8-expat/Makefile')
-rw-r--r-- | textproc/linux-f8-expat/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/textproc/linux-f8-expat/Makefile b/textproc/linux-f8-expat/Makefile deleted file mode 100644 index 73e52e69b7f4..000000000000 --- a/textproc/linux-f8-expat/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: linux-expat -# Date created: 2003-07-05 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= expat -PORTVERSION= 1.95.8 -CATEGORIES= textproc linux -DISTNAME= ${PORTNAME}-${PORTVERSION}-6 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Linux/i386 binary port of Expat XML-parsing library - -BRANDELF_DIRS= usr/bin - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -ONLY_FOR_ARCHS= i386 amd64 -INSTALLS_SHLIB= yes -PLIST_SUB+= PORTVERSION="${PORTVERSION}" - -.include <bsd.port.mk> |