Index: head/x11/mxico/Makefile =================================================================== --- head/x11/mxico/Makefile (revision 446719) +++ head/x11/mxico/Makefile (revision 446720) @@ -1,27 +1,29 @@ # Created by: NAKATA, Maho # $FreeBSD$ # NB: Do not delete or wrap post-install section, since we have to provide # READMEj and README PORTNAME= mxico PORTVERSION= 1.0.1 PORTREVISION= 2 CATEGORIES= x11 -MASTER_SITES= http://people.freebsd.org/~maho/mxico/ +MASTER_SITES= https://people.freebsd.org/~maho/mxico/ MAINTAINER= maho@FreeBSD.org COMMENT= Rotating Object on the screen (Zalgaller polyhedra) +LICENSE= MIT + USES= imake USE_XORG= x11 xext WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @(cd ${WRKSRC}; ${INSTALL_DATA} polyhedron/READMEj ${STAGEDIR}${DOCSDIR}) - @(cd ${WRKSRC}; ${INSTALL_DATA} polyhedron/README ${STAGEDIR}${DOCSDIR}) + (cd ${WRKSRC} && ${INSTALL_DATA} polyhedron/READMEj ${STAGEDIR}${DOCSDIR}) + (cd ${WRKSRC} && ${INSTALL_DATA} polyhedron/README ${STAGEDIR}${DOCSDIR}) .include Index: head/x11/mxico/pkg-descr =================================================================== --- head/x11/mxico/pkg-descr (revision 446719) +++ head/x11/mxico/pkg-descr (revision 446720) @@ -1,4 +1,4 @@ MxIco(Maho's eXtended ICO) is a simple demo for X, rotating polyhedra in the window. -WWW: http://people.freebsd.org/~maho/mxico/ +WWW: https://people.freebsd.org/~maho/mxico/