diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-05-18 18:59:49 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-05-18 18:59:49 +0000 |
commit | 3815a55a0428495dc3825c09b1d810f610a3e039 (patch) | |
tree | 7e56c37ecb2590086745009e3c8f9768fdb9e693 /net/cap | |
parent | fc04f7220be0c63bfd54631626a3a9770d0cba2e (diff) |
Canonicalize inclusion of bsd.port.post.mk.
Notes
Notes:
svn path=/head/; revision=109469
Diffstat (limited to 'net/cap')
-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 018ab9b5af03..4a25efe72aad 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> |