diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 01:37:38 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 01:37:38 +0800 |
commit | eec0b0cbba490e82f8c45e598a52eb9d8bb14f0f (patch) | |
tree | 03589d1e7ec96a98d4c92d37cf3de664d5e68b70 /print | |
parent | f05126f723a4c7f6e593f9d6a70fc104e248bddc (diff) | |
download | freebsd-ports-gnome-eec0b0cbba490e82f8c45e598a52eb9d8bb14f0f.tar.gz freebsd-ports-gnome-eec0b0cbba490e82f8c45e598a52eb9d8bb14f0f.tar.zst freebsd-ports-gnome-eec0b0cbba490e82f8c45e598a52eb9d8bb14f0f.zip |
Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions.
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond/Makefile | 2 | ||||
-rw-r--r-- | print/yatex/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 747019943abc..6e7eaadaabcf 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -69,8 +69,6 @@ NO_CCACHE= yes PLIST_SUB= PORTVERSION=${PORTVERSION} -OPTIONS_DEFINE= NLS - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/print/yatex/Makefile b/print/yatex/Makefile index 6c504a70825a..7354ce4e760b 100644 --- a/print/yatex/Makefile +++ b/print/yatex/Makefile @@ -32,8 +32,6 @@ ELFILES= comment.el yatex.el yatexadd.el yatexgen.el \ yatexm-o.el yatexsec.el yatexpkg.el yatexhie.el yahtml.el \ yatex19.el -OPTIONS_DEFINE= DOCS - post-extract: @${INSTALL_DATA} ${WRKSRC}/docs/* ${WRKSRC} |