summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-05 09:17:08 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-05 09:17:08 +0000
commitb0c120b64446c3b888f2ed321f14e182978d8379 (patch)
treef9543d7a392c2e8956533fcdea135de60aa6951c /emulators
parent- Stage support (diff)
- Stage support
Notes
Notes: svn path=/head/; revision=342672
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xhomer/Makefile16
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>