View | Details | Raw Unified | Return to bug 197401 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 4-15 Link Here
4
PORTNAME=	pty
4
PORTNAME=	pty
5
PORTVERSION=	1.25
5
PORTVERSION=	1.25
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	https://raw.githubusercontent.com/nuclewall/bsdinstaller/${COMMIT}/src/lib/lua/pty/
7
MASTER_SITES=	https://raw.githubusercontent.com/nuclewall/bsdinstaller/${COMMIT}/src/lib/lua/pty/ \
8
		http://BSDforge.com/projects/source/devel/lua-pty/
8
PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
9
DISTFILES=	pty.lua pty.c
10
DISTFILES=	pty.lua pty.c
10
DIST_SUBDIR=	lua-${PORTNAME}-${COMMIT}
11
DIST_SUBDIR=	lua-${PORTNAME}-${COMMIT}
11
12
12
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	portmaster@BSDforge.com
13
COMMENT=	Pty (pseudo-terminal) bindings for Lua 5
14
COMMENT=	Pty (pseudo-terminal) bindings for Lua 5
14
15
15
USES=		lua:51
16
USES=		lua:51

Return to bug 197401