diff options
Diffstat (limited to 'editors/xenon/Makefile')
-rw-r--r-- | editors/xenon/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/xenon/Makefile b/editors/xenon/Makefile index 73cf044..c217884 100644 --- a/editors/xenon/Makefile +++ b/editors/xenon/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xenon -# Version required: 0.6.6 +# Version required: 0.6.7 # Date created: 22 October 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= xenon-0.6.6 +DISTNAME= xenon-0.6.7 CATEGORIES= editors MASTER_SITES= ftp://ftp.proximity.com.au/pub/xenon/ @@ -25,9 +25,9 @@ do-configure: @cd ${WRKSRC}; ${LN} -sf makefiles/Makefile.FreeBSD Makefile do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/xe ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/xe.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/xe ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xe.1 ${PREFIX}/man/man1 @${MKDIR} ${PREFIX}/share/examples/xe - @${INSTALL_DATA} ${WRKSRC}/xerc ${PREFIX}/share/examples/xe/sample.xerc + ${INSTALL_DATA} ${WRKSRC}/xerc ${PREFIX}/share/examples/xe/sample.xerc .include <bsd.port.mk> |