diff options
author | linimon <linimon@FreeBSD.org> | 2004-05-19 02:59:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-05-19 02:59:49 +0800 |
commit | 081ae7be8093edc0fdf19820ef847878d585a9ee (patch) | |
tree | 61b38a1a0d228f9d9dbae1cf8b7a141999394215 | |
parent | 47a1655f18328b9e4f4ff55e8e6f123948f16ef2 (diff) | |
download | freebsd-ports-graphics-081ae7be8093edc0fdf19820ef847878d585a9ee.tar.gz freebsd-ports-graphics-081ae7be8093edc0fdf19820ef847878d585a9ee.tar.zst freebsd-ports-graphics-081ae7be8093edc0fdf19820ef847878d585a9ee.zip |
Canonicalize inclusion of bsd.port.post.mk.
-rw-r--r-- | net/cap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cap/Makefile b/net/cap/Makefile index 018ab9b5af0..4a25efe72aa 100644 --- a/net/cap/Makefile +++ b/net/cap/Makefile @@ -124,4 +124,4 @@ post-install: @${LN} -fs ${PREFIX}/man/man8/papif.8${GZ} ${PREFIX}/man/man8/papof.8${GZ} @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include "bsd.port.post.mk" +.include <bsd.port.post.mk> |