diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-10 15:08:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-10 15:08:47 +0000 |
commit | 3fc575d9f3970c4b3d271c59b1f318d32b624b71 (patch) | |
tree | 212f770d5d8c3c8a98b9570bf5bec70ebbbd94af /sysutils/pecl-proctitle | |
parent | 2c5242ce188ffc61ed37118b2f79a41a85420bda (diff) |
Notes
Diffstat (limited to 'sysutils/pecl-proctitle')
-rw-r--r-- | sysutils/pecl-proctitle/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/pecl-proctitle/Makefile b/sysutils/pecl-proctitle/Makefile index c10990f7e516..53275ef733f3 100644 --- a/sysutils/pecl-proctitle/Makefile +++ b/sysutils/pecl-proctitle/Makefile @@ -5,14 +5,10 @@ PORTNAME= proctitle PORTVERSION= 0.1.2 PORTREVISION= 1 CATEGORIES= sysutils pear -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz -DIST_SUBDIR= PECL MAINTAINER= flo@FreeBSD.org COMMENT= PECL extension that allows changing the current process' name -USES= php:ext +USES= php:pecl .include <bsd.port.mk> |