diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:00:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:00:46 +0000 |
commit | fa4bf2ee1d039ae33718a8286802e7bf7ceb3387 (patch) | |
tree | 728a3619568ce38b9188fc0b8717a16a880d52d3 /misc/getopt | |
parent | b0dffdff28a18aa92669ae08593f8e26d4128641 (diff) | |
download | ports-fa4bf2ee1d039ae33718a8286802e7bf7ceb3387.tar.gz ports-fa4bf2ee1d039ae33718a8286802e7bf7ceb3387.zip |
Notes
Diffstat (limited to 'misc/getopt')
-rw-r--r-- | misc/getopt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 0e1f739eb0c9..0ad98b2faf7d 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -17,6 +17,8 @@ MAKE_ENV+= LIBCGETOPT=0 DOCS= Changelog README +OPTIONS_DEFINE= DOCS + post-patch: ${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}|' ${WRKSRC}/Makefile |