diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-04 18:49:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-04 18:49:03 +0800 |
commit | 4753c7c222c818ccd9255f9102dcb9fe9356f5e4 (patch) | |
tree | aa0437cd1df1ab46c9dae998c380d8e8ba1d5f37 /french | |
parent | 0d0b67f2c78045cae99e48bc2d1be1aa1e8d3693 (diff) | |
download | freebsd-ports-gnome-4753c7c222c818ccd9255f9102dcb9fe9356f5e4.tar.gz freebsd-ports-gnome-4753c7c222c818ccd9255f9102dcb9fe9356f5e4.tar.zst freebsd-ports-gnome-4753c7c222c818ccd9255f9102dcb9fe9356f5e4.zip |
Support stage, use bsdtar to extract
Diffstat (limited to 'french')
-rw-r--r-- | french/hunspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/french/hunspell/Makefile b/french/hunspell/Makefile index cd97fefcbbab..6c5742d0250f 100644 --- a/french/hunspell/Makefile +++ b/french/hunspell/Makefile @@ -10,7 +10,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Modern French hunspell dictionaries -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes |