diff options
Diffstat (limited to 'misc/countrycodes/Makefile')
-rw-r--r-- | misc/countrycodes/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/countrycodes/Makefile b/misc/countrycodes/Makefile index e24e973fb75f..3148ad255369 100644 --- a/misc/countrycodes/Makefile +++ b/misc/countrycodes/Makefile @@ -19,9 +19,12 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} MAKE_JOBS_SAFE= yes +LICENSE= GPLv2 + PLIST_FILES= bin/iso3166 PORTDOCS= README MAN1= iso3166.1 + MAKE_ARGS= prefix="${PREFIX}" CC="${CC}" CCOPTS="${CFLAGS}" WARNINGS="" post-install: |