diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-06-01 23:49:18 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-06-01 23:49:18 +0000 |
commit | 6a294c20389911c409eb5f6f05033eaf6c6975ab (patch) | |
tree | b621d2670693545124e161f6048aa76ec80ae631 /dns/odsclient/Makefile | |
parent | ef70e9816ef935802e3a1e27b44f1c499b5cb27b (diff) |
Notes
Diffstat (limited to 'dns/odsclient/Makefile')
-rw-r--r-- | dns/odsclient/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dns/odsclient/Makefile b/dns/odsclient/Makefile deleted file mode 100644 index 5bb0c7bac39c..000000000000 --- a/dns/odsclient/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: odsclient -# Date created: Jul 22, 2001 -# Whom: geniusj@ods.org -# -# $FreeBSD$ -# - -PORTNAME= odsclient -PORTVERSION= 1.02 -CATEGORIES= net -MASTER_SITES= http://www.ods.org/ - -MAINTAINER= geniusj@ods.org -COMMENT= ODS Dynamic DNS Client - -USE_REINPLACE= yes -ALL_TARGET= odsclient - -post-patch: - @${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/odsclient ${PREFIX}/bin -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README -.endif - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> |