diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-14 21:12:49 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-14 21:12:49 +0000 |
commit | fce7f2fbaa265fd89a8f2e02e5158b152fa5933c (patch) | |
tree | 1360b428cdd1552a6fc3e0ac9ab4aa97938234e6 /games/xoct | |
parent | 0b51d884bd45f443e15098fd461c463018ce5d9e (diff) | |
download | ports-fce7f2fbaa265fd89a8f2e02e5158b152fa5933c.tar.gz ports-fce7f2fbaa265fd89a8f2e02e5158b152fa5933c.zip |
Notes
Diffstat (limited to 'games/xoct')
-rw-r--r-- | games/xoct/Makefile | 14 | ||||
-rw-r--r-- | games/xoct/pkg-plist | 2 |
2 files changed, 7 insertions, 9 deletions
diff --git a/games/xoct/Makefile b/games/xoct/Makefile index 3580e7ab7573..aa4e4c5c1842 100644 --- a/games/xoct/Makefile +++ b/games/xoct/Makefile @@ -14,14 +14,14 @@ COMMENT= Oct puzzle for X Window System WRKSRC= ${WRKDIR}/${PORTNAME} USES= imake USE_XORG= x11 xext xt sm ice -MAN1= xoct.1 -MANCOMPRESSED= no -XFREE86_HTML_MAN= no -NO_STAGE= yes +PLIST_FILES= bin/xoct \ + lib/X11/app-defaults/Oct \ + man/man1/xoct.1.gz + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xoct ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/Oct.ad ${PREFIX}/lib/X11/app-defaults/Oct - ${INSTALL_MAN} ${WRKSRC}/xoct.man ${MANPREFIX}/man/man1/xoct.1 + ${INSTALL_PROGRAM} ${WRKSRC}/xoct ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/Oct.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Oct + ${INSTALL_MAN} ${WRKSRC}/xoct.man ${STAGEDIR}${MANPREFIX}/man/man1/xoct.1 .include <bsd.port.mk> diff --git a/games/xoct/pkg-plist b/games/xoct/pkg-plist deleted file mode 100644 index 8620ea5e9d44..000000000000 --- a/games/xoct/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/xoct -lib/X11/app-defaults/Oct |