diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-31 20:44:53 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-31 20:44:53 +0000 |
commit | 733d630226a55a79259588f863d6c637c7264a5f (patch) | |
tree | 313168e1d8b8b24e3bcdbb33d63ab48507fd4b5f /net/ossp-sa | |
parent | e388911572dc3e3b9ab69bc88a22d9efde8e3fc4 (diff) | |
download | ports-733d630226a55a79259588f863d6c637c7264a5f.tar.gz ports-733d630226a55a79259588f863d6c637c7264a5f.zip |
Notes
Diffstat (limited to 'net/ossp-sa')
-rw-r--r-- | net/ossp-sa/Makefile~ | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net/ossp-sa/Makefile~ b/net/ossp-sa/Makefile~ deleted file mode 100644 index b90b9eb4f2c9..000000000000 --- a/net/ossp-sa/Makefile~ +++ /dev/null @@ -1,27 +0,0 @@ -# ex:ts=8 -*-mode: makefile-*- -# -# New ports collection makefile for: ossp-sa -# Date created: 2003-01-31 -# Whom: Alan Eldridge <alane@geeksrus.net> -# -# $FreeBSD$ -# - -PORTNAME= ossp-sa -PORTVERSION= 1.0.5 -PORTREVISION= 0 -PORTEPOCH= 0 -CATEGORIES= net -MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/sa/ -DISTNAME=sa-${PORTVERSION} - -MAINTAINER= alane@FreeBSD.org - -USE_GNAKE= yes -GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> -.include "${FILESDIR}/manpages.mk" -.include <bsd.port.post.mk> - -#EOF |