diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 15:49:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 15:49:33 +0000 |
commit | d7ecdbf6158f55be0c01aadf4ac7104ec8004c0d (patch) | |
tree | 9569f4a93c68ad29093476f90b85ce1f5b49ec5e /lang/afnix/Makefile | |
parent | 4d962acc36b899ee41ce71373939ac8705d5449a (diff) |
Notes
Diffstat (limited to 'lang/afnix/Makefile')
-rw-r--r-- | lang/afnix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index e4f16e8fca76..01aa7ef8747d 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -24,6 +24,8 @@ MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PORTDOCS= * PLIST_SUB= PORTVER=${PORTVERSION:R} +OPTIONS_DEFINE= DOCS + .include <bsd.port.pre.mk> .if ${ARCH} == "powerpc" |