summaryrefslogtreecommitdiff
path: root/ports-mgmt/xps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/xps/Makefile')
-rw-r--r--ports-mgmt/xps/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/ports-mgmt/xps/Makefile b/ports-mgmt/xps/Makefile
index 21b89e45b696..b119e6a5bdfc 100644
--- a/ports-mgmt/xps/Makefile
+++ b/ports-mgmt/xps/Makefile
@@ -5,12 +5,14 @@
# $FreeBSD$
PORTNAME= xps
-PORTVERSION= 0.3
+PORTVERSION= 0.4
CATEGORIES= ports-mgmt
-MASTER_SITES= http://www.crucible.gr:5555/
-
-MAINTAINER= antonakis@gmail.com
-COMMENT= A tool that searches the ports tree by various criteria.
+MASTER_SITES= https://github.com/antanst/xps/archive/
+DISTFILES= v0.4.tar.gz
+FETCH_ARGS= -Fpr
+
+MAINTAINER= anastasiadis@datalive.gr
+COMMENT= A tool that searches the ports tree by various criteria
USE_PYTHON= yes
NO_BUILD= yes
@@ -20,7 +22,7 @@ PLIST_FILES= bin/xps
MAN1= xps.1
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/xps.1 ${PREFIX}/man/man1/xps.1
- ${INSTALL_SCRIPT} ${WRKDIR}/xps ${PREFIX}/bin/xps
+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/xps.1 ${PREFIX}/man/man1/xps.1
+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/xps ${PREFIX}/bin/xps
.include <bsd.port.mk>