diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-05 09:17:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-05 09:17:08 +0000 |
commit | b0c120b64446c3b888f2ed321f14e182978d8379 (patch) | |
tree | f9543d7a392c2e8956533fcdea135de60aa6951c /emulators | |
parent | 1820bd26805d541ba8e21ab5f8ce82327fcb751e (diff) | |
download | ports-b0c120b64446c3b888f2ed321f14e182978d8379.tar.gz ports-b0c120b64446c3b888f2ed321f14e182978d8379.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xhomer/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/emulators/xhomer/Makefile b/emulators/xhomer/Makefile index 937a7ce38fab..f25de6051cce 100644 --- a/emulators/xhomer/Makefile +++ b/emulators/xhomer/Makefile @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Emulator for the DEC Pro 350 computer -USE_GMAKE= yes +USES= gmake USE_XORG= xt sm ice xext x11 ALL_TARGET= clean xhomer INSTALL_TARGET= @@ -24,15 +24,11 @@ PLIST_FILES= bin/xhomer %%EXAMPLESDIR%%/xhomer.cfg PLIST_DIRS= %%EXAMPLESDIR%% PORTDOCS= README LICENSE SIMH -NO_STAGE= yes post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif - ${INSTALL_PROGRAM} ${WRKSRC}/xhomer ${PREFIX}/bin - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/xhomer.cfg ${EXAMPLESDIR} - @${CAT} ${PKGMESSAGE} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/xhomer ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/xhomer.cfg ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk> |