aboutsummaryrefslogtreecommitdiff
path: root/archivers/squsq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/squsq/Makefile')
-rw-r--r--archivers/squsq/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/squsq/Makefile b/archivers/squsq/Makefile
index 686f2ae8ffa2..1c2eae995411 100644
--- a/archivers/squsq/Makefile
+++ b/archivers/squsq/Makefile
@@ -8,19 +8,19 @@
PORTNAME= squsq
PORTVERSION= 3.3
CATEGORIES= archivers
-MASTER_SITES= ${MASTER_SITE_NETBSD} \
- http://freebsd.nsu.ru/distfiles/
+MASTER_SITES= NETBSD http://freebsd.nsu.ru/distfiles/
DISTNAME= t20-squsq-3.3
MAINTAINER= ports@FreeBSD.org
COMMENT= Compressor/decompressor for CP/M "Squeeze" compressed files
+CONFLICTS= squirrel-[0-9]*
WRKSRC= ${WRKDIR}/t20-squsq
MAKEFILE= ${FILESDIR}/Makefile
PLIST_FILES= bin/sq bin/usq
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/sq ${WRKSRC}/usq ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/sq ${WRKSRC}/usq ${PREFIX}/bin/
.include <bsd.port.mk>