diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-16 06:51:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-16 06:51:26 +0800 |
commit | 14cf4d18b5f367c503fd2e779d05de47722bd6e3 (patch) | |
tree | 5f09e132ca3669bb4956d3423de66758dfaacd16 /biology/protomol | |
parent | ea642e402353e46d9a61f912051af479179aeb2d (diff) | |
download | freebsd-ports-gnome-14cf4d18b5f367c503fd2e779d05de47722bd6e3.tar.gz freebsd-ports-gnome-14cf4d18b5f367c503fd2e779d05de47722bd6e3.tar.zst freebsd-ports-gnome-14cf4d18b5f367c503fd2e779d05de47722bd6e3.zip |
Reduce over inclusion of bsd.port.mk
Diffstat (limited to 'biology/protomol')
-rw-r--r-- | biology/protomol/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/biology/protomol/Makefile b/biology/protomol/Makefile index 96b1b18d2b64..7398dee564f0 100644 --- a/biology/protomol/Makefile +++ b/biology/protomol/Makefile @@ -31,7 +31,6 @@ OPTIONS_DEFINE= GLUT OPTIONS_DEFAULT= GLUT NO_STAGE= yes -.include <bsd.port.pre.mk> .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGLUT} @@ -48,4 +47,4 @@ post-install: ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |