diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-05-19 05:40:32 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-05-19 05:40:32 +0800 |
commit | f8acfd017e68bcb70b6f896c7bf5af74809d795f (patch) | |
tree | 265120346f2feb55d4f8908cb1f9506ed936315a /japanese/t2ps | |
parent | 0e8de76db352f6d9b16921b53fcf2f49e7aed017 (diff) | |
download | freebsd-ports-gnome-f8acfd017e68bcb70b6f896c7bf5af74809d795f.tar.gz freebsd-ports-gnome-f8acfd017e68bcb70b6f896c7bf5af74809d795f.tar.zst freebsd-ports-gnome-f8acfd017e68bcb70b6f896c7bf5af74809d795f.zip |
Canonicalize handling of bsd.port.mk inclusion.
Diffstat (limited to 'japanese/t2ps')
-rw-r--r-- | japanese/t2ps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/t2ps/Makefile b/japanese/t2ps/Makefile index 91f1c85e4105..f99e05a61db2 100644 --- a/japanese/t2ps/Makefile +++ b/japanese/t2ps/Makefile @@ -22,4 +22,4 @@ WRKSRC= ${WRKDIR}/t2ps-dir do-install: ${INSTALL_PROGRAM} ${WRKSRC}/t2ps ${PREFIX}/bin -.include<bsd.port.mk> +.include <bsd.port.mk> |