diff options
author | asami <asami@FreeBSD.org> | 1998-11-16 14:36:08 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-16 14:36:08 +0800 |
commit | 5ac67053a823596519cd4e77e74451e57440eeaf (patch) | |
tree | fe590c6f7fe55a156ffb2d85cc602a7ccca98b66 /net/pathchar/Makefile | |
parent | 6afb3a5afa187b2df2ca56b1e4a109bc3f4c40f2 (diff) | |
download | freebsd-ports-gnome-5ac67053a823596519cd4e77e74451e57440eeaf.tar.gz freebsd-ports-gnome-5ac67053a823596519cd4e77e74451e57440eeaf.tar.zst freebsd-ports-gnome-5ac67053a823596519cd4e77e74451e57440eeaf.zip |
You can put both checksums in one file. (MD5_FILE wasn't intended to be
changed by individual ports...probably should have used "=" in bsd.port.mk.)
Diffstat (limited to 'net/pathchar/Makefile')
-rw-r--r-- | net/pathchar/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/pathchar/Makefile b/net/pathchar/Makefile index 8e944e42afbc..283df7a41882 100644 --- a/net/pathchar/Makefile +++ b/net/pathchar/Makefile @@ -3,7 +3,7 @@ # Date created: 7 November 1998 # Whom: Josh Gilliam <josh@quick.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/11/15 21:25:16 nectar Exp $ # DISTNAME= pathchar-a1-freebsd-3.0 @@ -17,7 +17,6 @@ MAINTAINER= josh@quick.net .if ${PORTOBJFORMAT} == "aout" DISTNAME= pathchar-a0-freebsd-2.2 PKGNAME= pathchar-a0 -MD5_FILE= ${FILESDIR}/md5.aout .endif NO_BUILD= yes |