diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-03-14 04:12:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-03-14 04:12:32 +0000 |
commit | 784eab2ac62aa0b4967e620eb8c97a95e077d604 (patch) | |
tree | 06000a21779e6563a46db0d44cdc1ef25c292fa9 /print/advi | |
parent | 74fd78a763c484df9d20a9b403204a02b7ca9026 (diff) | |
download | ports-784eab2ac62aa0b4967e620eb8c97a95e077d604.tar.gz ports-784eab2ac62aa0b4967e620eb8c97a95e077d604.zip |
Notes
Diffstat (limited to 'print/advi')
-rw-r--r-- | print/advi/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/advi/Makefile b/print/advi/Makefile index e7c405559df7..cf21a0cce6cc 100644 --- a/print/advi/Makefile +++ b/print/advi/Makefile @@ -45,6 +45,4 @@ post-extract: -e 's,install -m 755,\$${BSD_INSTALL_PROGRAM},' \ ${WRKSRC}/Makefile -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/lang/ocaml/bsd.ocaml.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |