diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-22 09:35:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-22 09:35:42 +0000 |
commit | 756656ac3dbc88792e72202306c5f8318fac3243 (patch) | |
tree | 69e144fba6f671372744511cbd07176e0e84cc54 /editors/uemacs | |
parent | bf335fc59198eb3c23c28dd29af1964f0d2457c1 (diff) | |
download | ports-756656ac3dbc88792e72202306c5f8318fac3243.tar.gz ports-756656ac3dbc88792e72202306c5f8318fac3243.zip |
Notes
Diffstat (limited to 'editors/uemacs')
-rw-r--r-- | editors/uemacs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile index 4b9779296388..47def926c90c 100644 --- a/editors/uemacs/Makefile +++ b/editors/uemacs/Makefile @@ -4,19 +4,19 @@ PORTNAME= uemacs PORTVERSION= 4.0 CATEGORIES= editors -MASTER_SITES= http://ozzmosis.com/uemacs/ +MASTER_SITES= http://dl.ozzmosis.com/uemacs/ DISTNAME= ue400dev MAINTAINER= mail@ozzmosis.com -COMMENT= A full screen editor +COMMENT= Full screen editor NO_CDROM= Resale allowed for media cost only +NO_STAGE= yes NO_WRKSUBDIR= yes USE_ZIP= yes EXTRACT_BEFORE_ARGS= -Laq -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c |