diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-14 12:17:12 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-14 12:17:12 +0000 |
commit | f5c217d2244ad9951e0cb879eb93e1bb01a6760b (patch) | |
tree | ca210487c1689ca69d3755d2f68f452262f8da09 /archivers | |
parent | 8b469c256b5922808a5ece3cbaf2829ffe59a185 (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/squsq/Makefile | 6 |
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> |