diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 10:07:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 10:07:58 +0000 |
commit | e1fa988021605b6f3e83056e005e6e5e549b9a94 (patch) | |
tree | 869f72c4010cab45ff8782b6702f837b22d19622 /net/pathchar | |
parent | eb78762b4a41817456188b4c3bcec8dfffb87ea9 (diff) | |
download | FreeBSD-ports-e1fa988021605b6f3e83056e005e6e5e549b9a94.zip FreeBSD-ports-e1fa988021605b6f3e83056e005e6e5e549b9a94.tar.gz |
There was one PKGNAME hiding inside an .if.
Diffstat (limited to 'net/pathchar')
-rw-r--r-- | net/pathchar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pathchar/Makefile b/net/pathchar/Makefile index 9ec534b..abfe6a7 100644 --- a/net/pathchar/Makefile +++ b/net/pathchar/Makefile @@ -28,7 +28,7 @@ MAN8= pathchar.8 .if ${PORTOBJFORMAT} == "aout" DISTNAME= pathchar-a0-freebsd-2.2 -PKGNAME= pathchar-a0 +PORTVERSION= a0 .endif NO_BUILD= yes |