Lines 5-12
Link Here
|
5 |
# $FreeBSD: ports/ports-mgmt/p5-FreeBSD-Portindex/Makefile,v 1.18 2009/08/10 16:23:24 bsam Exp $ |
5 |
# $FreeBSD: ports/ports-mgmt/p5-FreeBSD-Portindex/Makefile,v 1.18 2009/08/10 16:23:24 bsam Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= FreeBSD-Portindex |
7 |
PORTNAME= FreeBSD-Portindex |
8 |
PORTVERSION= 2.2 |
8 |
PORTVERSION= 2.3 |
9 |
PORTREVISION= 1 |
|
|
10 |
CATEGORIES= ports-mgmt perl5 |
9 |
CATEGORIES= ports-mgmt perl5 |
11 |
MASTER_SITES= http://www.infracaninophile.co.uk/portindex/ |
10 |
MASTER_SITES= http://www.infracaninophile.co.uk/portindex/ |
12 |
PKGNAMEPREFIX= p5- |
11 |
PKGNAMEPREFIX= p5- |
Lines 27-33
Link Here
|
27 |
|
26 |
|
28 |
CFG_FILE= portindex.cfg |
27 |
CFG_FILE= portindex.cfg |
29 |
|
28 |
|
30 |
MAN1= find-updated.1 cache-init.1 cache-update.1 portindex.1 |
29 |
MAN1= find-updated.1 cache-init.1 cache-update.1 portindex.1 \ |
|
|
30 |
portdepends.1 |
31 |
|
31 |
|
32 |
post-install: install-conf install-cache |
32 |
post-install: install-conf install-cache |
33 |
|
33 |
|