diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-30 10:25:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-30 10:25:34 +0000 |
commit | 2df76eb0a73bb59d817aa60758a5f10e3e544c3b (patch) | |
tree | 07e10c49034b87755dafb03956ad93c5363e0bb7 /net/pathchar/Makefile | |
parent | 1c97f613254a72e0ae97ea8d817ebe38096d6949 (diff) | |
download | ports-2df76eb0a73bb59d817aa60758a5f10e3e544c3b.tar.gz ports-2df76eb0a73bb59d817aa60758a5f10e3e544c3b.zip |
Notes
Diffstat (limited to 'net/pathchar/Makefile')
-rw-r--r-- | net/pathchar/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net/pathchar/Makefile b/net/pathchar/Makefile index 483507aa25a7..3d4c5a7a7109 100644 --- a/net/pathchar/Makefile +++ b/net/pathchar/Makefile @@ -25,13 +25,6 @@ ONLY_FOR_ARCHS= i386 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAN8= pathchar.8 -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == "aout" -DISTNAME= pathchar-a0-freebsd-2.2 -PORTVERSION= a0 -.endif - NO_BUILD= yes NO_WRKSUBDIR= yes @@ -49,4 +42,4 @@ do-install: ${PREFIX}/share/doc/pathchar .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |