summaryrefslogtreecommitdiff
path: root/emulators/cingb
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-31 18:02:59 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-31 18:02:59 +0000
commit8ea4e5b7e681410c69e08ac42dd6713d2c1c600e (patch)
tree46ff3165ceb61ec4e243c5298fb0bcecb2a89daa /emulators/cingb
parentd1322bfb99fdd542ce22f915ef613eb9b2a284b4 (diff)
downloadfreebsd-ports-8ea4e5b7e681410c69e08ac42dd6713d2c1c600e.zip
- Switch to options helpers
Diffstat (limited to 'emulators/cingb')
-rw-r--r--emulators/cingb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/cingb/Makefile b/emulators/cingb/Makefile
index 375e24d70733..f4592914f00c 100644
--- a/emulators/cingb/Makefile
+++ b/emulators/cingb/Makefile
@@ -30,7 +30,7 @@ CPPFLAGS+= -DUSE_LITTLE_ENDIAN
.endif
do-configure:
- cd ${WRKSRC} && ${SED} -e \
+ @cd ${WRKSRC} && ${SED} -e \
's|%%%endian%%%|$${CPPFLAGS}|g ; \
s|^CFLAGS|#CFLAGS|g ; \
s|%%%prefix-setup%%%||g ; \
@@ -53,6 +53,8 @@ do-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cingb ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/cingb_conf ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.FAQ ${STAGEDIR}${DOCSDIR}