diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-06 15:25:42 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-06 15:25:42 +0000 |
commit | 7f304f06332ccf9ffd505d1e3eec2e9723210b60 (patch) | |
tree | 959bd486ed1d5cb195e1ead74c2376ef2eddd420 /editors | |
parent | 8d3ade7517329ee18d0c19fb46682f87aaf00dce (diff) | |
download | ports-7f304f06332ccf9ffd505d1e3eec2e9723210b60.tar.gz ports-7f304f06332ccf9ffd505d1e3eec2e9723210b60.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/p5-Padre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index b257dc6e25e0..f70d83cef432 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -5,7 +5,7 @@ PORTNAME= Padre PORTVERSION= 1.00 PORTREVISION= 4 CATEGORIES= editors perl5 -MASTER_SITES= CPAN/${PORTNAME}/:DEFAULT CPAN/Wx/:wxsc +MASTER_SITES= CPAN/${PORTNAME}/ CPAN/Wx/:wxsc PKGNAMEPREFIX= p5- DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${WXSC_DISTFILE}:wxsc |