aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2003-02-01 04:44:53 +0800
committeralane <alane@FreeBSD.org>2003-02-01 04:44:53 +0800
commit46b2221f61bf2dc5a57f5e4223e49871e80c630f (patch)
tree436f4245a329bf2137f9426ce58a877bebdbc0d0 /net
parent99343313c3311023933609029eda4c686fc5f596 (diff)
downloadfreebsd-ports-gnome-46b2221f61bf2dc5a57f5e4223e49871e80c630f.tar.gz
freebsd-ports-gnome-46b2221f61bf2dc5a57f5e4223e49871e80c630f.tar.zst
freebsd-ports-gnome-46b2221f61bf2dc5a57f5e4223e49871e80c630f.zip
damn damn damn another one
Diffstat (limited to 'net')
-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