diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 18:07:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 18:07:58 +0800 |
commit | e1fa988021605b6f3e83056e005e6e5e549b9a94 (patch) | |
tree | 869f72c4010cab45ff8782b6702f837b22d19622 | |
parent | eb78762b4a41817456188b4c3bcec8dfffb87ea9 (diff) | |
download | freebsd-ports-gnome-e1fa988021605b6f3e83056e005e6e5e549b9a94.tar.gz freebsd-ports-gnome-e1fa988021605b6f3e83056e005e6e5e549b9a94.tar.zst freebsd-ports-gnome-e1fa988021605b6f3e83056e005e6e5e549b9a94.zip |
There was one PKGNAME hiding inside an .if.
-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 9ec534b704c4..abfe6a70b30d 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 |