mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
819f25b36d
The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
20 lines
399 B
Makefile
20 lines
399 B
Makefile
# Created by: doconnor@gsoft.com.au
|
|
|
|
PORTNAME= netpipes
|
|
PORTVERSION= 4.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= LOCAL/kris
|
|
DISTNAME= netpipes-4.2-export
|
|
|
|
MAINTAINER= doconnor@gsoft.com.au
|
|
COMMENT= Group of shell utilities to connect programs to sockets
|
|
|
|
CONFLICTS= timelimit
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
do-install:
|
|
${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} STAGEDIR=${STAGEDIR} install
|
|
|
|
.include <bsd.port.mk>
|