diff options
author | will <will@FreeBSD.org> | 2003-06-03 21:47:07 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-06-03 21:47:07 +0800 |
commit | 15d607a206d02f576a5cf7dcc3bf640d921b5371 (patch) | |
tree | e6553d86197fd0e35d19c8128bb5ba4c95f108a1 /net/nicmond | |
parent | bdc2f70dc601e9059b021e5ada01e0bb46e5967d (diff) | |
download | freebsd-ports-gnome-15d607a206d02f576a5cf7dcc3bf640d921b5371.tar.gz freebsd-ports-gnome-15d607a206d02f576a5cf7dcc3bf640d921b5371.tar.zst freebsd-ports-gnome-15d607a206d02f576a5cf7dcc3bf640d921b5371.zip |
*groan* Remove sophomoric mistakes after one too many last minute changes.
Diffstat (limited to 'net/nicmond')
-rw-r--r-- | net/nicmond/Makefile~ | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/net/nicmond/Makefile~ b/net/nicmond/Makefile~ deleted file mode 100644 index 0002ba65e0da..000000000000 --- a/net/nicmond/Makefile~ +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: nicmond -# Date created: 2003/05/23 -# Whom: Dan Pelleg <daniel+nicmond@pelleg.org> -# -# $FreeBSD$ -# - -PORTNAME= nicmond -PORTVERSION= 1.1 -CATEGORIES= net -MASTER_SITES= http://www.agt.ne.jp/~a-gota/programs/nicmond/ \ - http://web.cs.cmu.edu/~dpelleg/download/ -MASTER_SITE_SUBDIR= ${PORTNAME} - -PATCH_SITES= http://web.cs.cmu.edu/~dpelleg/download/ -PATCHFILES= nicmond-doc-en-1.1.diff - -MAINTAINER= daniel+nicmond@pelleg.org -COMMENT= Wait for a carrier signal on a NIC and launch a configuration script - -MANLANG= ja -MANCOMPRESSED= yes -MAN5= nicmond.conf.5 -MAN8= nicmond.8 - -post-install: - @${CAT} ${PKGMESSAGE} -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && \ - ${INSTALL_DATA} README README.en ${DOCSDIR} -.endif - -.include <bsd.port.mk> |