diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-01-09 16:36:00 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-01-09 16:36:00 +0000 |
commit | 420e68ffe393cc063a226065782c7fda8d812db3 (patch) | |
tree | 4c1bcd77c617118e74d1d950c71f621f6810b205 /security | |
parent | 63c086dc4487816f722356748f0ba37d628bdc54 (diff) | |
download | ports-420e68ffe393cc063a226065782c7fda8d812db3.tar.gz ports-420e68ffe393cc063a226065782c7fda8d812db3.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl-beta/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile deleted file mode 100644 index de7c583d55e7..000000000000 --- a/security/openssl-beta/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: OpenSSL -# Date created: Sun Jan 3 19:36:27 CET 1999 -# Whom: Dirk Froemberg <dirk@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= security devel - -MAINTAINER= dinoex@FreeBSD.org - -MASTERDIR?= ${.CURDIR}/../openssl -WITH_OPENSSL_BETA= yes - -.if exists(${.CURDIR}/Makefile.local) -.include "${.CURDIR}/Makefile.local" -.endif - -.include "${MASTERDIR}/Makefile" |