diff options
author | mat <mat@FreeBSD.org> | 2015-08-19 21:41:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-08-19 21:41:51 +0800 |
commit | 47900e9d4bacba66e2ff045420d9d83a295a542a (patch) | |
tree | 81a2ca31789f4172ca1be25f640fe0b45335d47a /cad | |
parent | b6fbcc59ce12b5456ed66f1b6348f4dda197f1dd (diff) | |
download | freebsd-ports-graphics-47900e9d4bacba66e2ff045420d9d83a295a542a.tar.gz freebsd-ports-graphics-47900e9d4bacba66e2ff045420d9d83a295a542a.tar.zst freebsd-ports-graphics-47900e9d4bacba66e2ff045420d9d83a295a542a.zip |
Fix previous commit.
Pointy hat to: mat
Sponsored by: Absolight
Diffstat (limited to 'cad')
-rw-r--r-- | cad/dinotrace/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index 85b4a3ee5af..9e249116a1e 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -41,6 +41,5 @@ post-install-EMACS-on: .for F in dinotrace.el sim-log.el ${INSTALL_DATA} ${WRKSRC}/lisp/${F} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR} .endfor -.endif .include <bsd.port.mk> |