diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /finance/xinvest/Makefile | |
parent | 8c307777eaf81af4195ae428b3ebbeba734fc5af (diff) | |
download | ports-release/4.3.0.tar.gz ports-release/4.3.0.zip |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'finance/xinvest/Makefile')
-rw-r--r-- | finance/xinvest/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/finance/xinvest/Makefile b/finance/xinvest/Makefile deleted file mode 100644 index 15fa0364f737..000000000000 --- a/finance/xinvest/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: xinvest -# Date created: 1 Ag 1997 -# Whom: Pedro Giffuni (orig) -# -# $FreeBSD$ -# - -PORTNAME= xinvest -PORTVERSION= 2.6 -CATEGORIES= deskutils -MASTER_SITES= http://sunsite.dk/xinvest/ - -MAINTAINER= ports@FreeBSD.org - -USE_MOTIF= yes -USE_IMAKE= yes -NO_INSTALL_MANPAGES= yes - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/examples/Xinvest - ${INSTALL_DATA} ${WRKSRC}/samples/*.inv ${PREFIX}/share/examples/Xinvest -.endif - -.include <bsd.port.mk> |