diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-05 05:52:38 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-05 05:52:38 +0000 |
commit | baf0936838fcd7552d17cd4d010df7c3ad11d3c6 (patch) | |
tree | ecfd4ae687e3f1459c8152e081469b7f4e7777f6 /www | |
parent | f1ff15254e362bbee21235f7391c2e9cb4b1baa7 (diff) |
- Add PKGNAMEPREFIX to match port directory and avoid duplicate LATEST_LINK.
Notes
Notes:
svn path=/head/; revision=176410
Diffstat (limited to 'www')
-rw-r--r-- | www/pecl-mnogosearch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/pecl-mnogosearch/Makefile b/www/pecl-mnogosearch/Makefile index ef3a7b6e3983..6a8b009bf5cc 100644 --- a/www/pecl-mnogosearch/Makefile +++ b/www/pecl-mnogosearch/Makefile @@ -9,6 +9,7 @@ PORTNAME= mnogosearch PORTVERSION= 1.0.0 CATEGORIES= www pear MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL |