88a99b6d3e
precompiled binary was removed from it. Also move ${MASTER_SITE_LOCAL} towards the end in MASTER_SITES because the new file is still not propagated to the mirrors.
19 lines
452 B
Makefile
19 lines
452 B
Makefile
# Created by: Vasil Dimov <vd@datamax.bg>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= portsearch
|
|
PORTVERSION= 1.3.4
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= http://people.freebsd.org/~vd/portsearch/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= vd/portsearch
|
|
|
|
MAINTAINER= vd@FreeBSD.org
|
|
COMMENT= Port searching tool that supports search by packing list files
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
PLIST_FILES= bin/portsearch %%DATADIR%%/Makefile
|
|
PLIST_DIRS= %%DATADIR%%
|
|
|
|
.include <bsd.port.mk>
|