diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-21 08:34:33 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-21 08:34:33 +0000 |
commit | 3f2c56f12bfeb7a3b72f5260d33711938d37667a (patch) | |
tree | 52e1527ef31708f7b65b8a75a2176141356f1af1 /editors/lpe/Makefile | |
parent | 1485d6f52efcf9b30d2c35d9e180ed16a5bcd04e (diff) |
Notes
Diffstat (limited to 'editors/lpe/Makefile')
-rw-r--r-- | editors/lpe/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile index 3a94993dc33a..0f28f86e9eba 100644 --- a/editors/lpe/Makefile +++ b/editors/lpe/Makefile @@ -6,14 +6,12 @@ # PORTNAME= lpe -PORTVERSION= 1.2.5 -PORTREVISION= 2 +PORTVERSION= 1.2.6 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://cdsmith.twu.net/opensource/lpe/ +MASTER_SITES= ftp://ftp.twu.net/users/cdsmith/lpe/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= calle.madestrand@norrgarden.se +MAINTAINER= ryan@sasknow.com LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \ intl.1:${PORTSDIR}/devel/gettext @@ -26,6 +24,6 @@ CONFIGURE_ENV= LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \ CONFIGURE_ARGS= --includedir=${LOCALBASE}/include MAN1= lpe.1 -MANLANG= bg cz de es fr pl ru +MANLANG= bg cs de es fr pl ru .include <bsd.port.mk> |