diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-02 02:13:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-02 02:13:46 +0800 |
commit | a1f1f426ff2ad990925322e6052425af24dbaa67 (patch) | |
tree | 97319ec841e35f85cb59571530c1fd0914393fd0 /textproc | |
parent | 539fa60ec2b33e23cacd859d6666a52611d0373f (diff) | |
download | freebsd-ports-gnome-a1f1f426ff2ad990925322e6052425af24dbaa67.tar.gz freebsd-ports-gnome-a1f1f426ff2ad990925322e6052425af24dbaa67.tar.zst freebsd-ports-gnome-a1f1f426ff2ad990925322e6052425af24dbaa67.zip |
- Convert to autoplist
- Stage support
- Bump PORTREVISION
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pystemmer/Makefile | 4 | ||||
-rw-r--r-- | textproc/pystemmer/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/textproc/pystemmer/Makefile b/textproc/pystemmer/Makefile index 1bab686a5d51..972055771fc1 100644 --- a/textproc/pystemmer/Makefile +++ b/textproc/pystemmer/Makefile @@ -3,6 +3,7 @@ PORTNAME= pystemmer PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP \ http://snowball.tartarus.org/wrappers/ @@ -13,7 +14,6 @@ COMMENT= Snowball Stemming Algorithms for Information Retrieval USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= PyStemmer +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/pystemmer/pkg-plist b/textproc/pystemmer/pkg-plist deleted file mode 100644 index 23835b241eec..000000000000 --- a/textproc/pystemmer/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/Stemmer.so |