diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-06-18 11:46:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-06-18 11:46:51 +0000 |
commit | 3037cb61c7f1ac5ae9a15cee2365daa2d4036028 (patch) | |
tree | e391a5b5894d27043bb95bd6680b03174979f810 /games/interlogic | |
parent | 28eb882aa04c420b3fe972dd8748b80c90c5cd82 (diff) |
Notes
Diffstat (limited to 'games/interlogic')
-rw-r--r-- | games/interlogic/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/interlogic/Makefile b/games/interlogic/Makefile index 8b18f23e094f..cb43aaf41ff1 100644 --- a/games/interlogic/Makefile +++ b/games/interlogic/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: interlogic -# Date created: 01 Oct 2005 -# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> -# +# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru> # $FreeBSD$ -# PORTNAME= interlogic PORTVERSION= 0.30 @@ -24,6 +20,9 @@ WRKSRC= ${WRKDIR}/interlogic PLIST_FILES= bin/interlogic +post-patch: + @${ECHO_CMD} "#!/bin/sh" > ${WRKSRC}/missing # suppress autotools madness + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/interlogic ${PREFIX}/bin/ |