summaryrefslogtreecommitdiff
path: root/emulators/compat12
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-03-19 11:11:55 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-03-19 11:11:55 +0000
commit2f7d0c480be79b9192de603868d13ee8d71d7446 (patch)
treea2ff853d26c4a17a5ad4c435961552a5516c8475 /emulators/compat12
parent94ba740b898fd5ca39cba19152d9abcbbe04fe89 (diff)
downloadpkgsrc-2f7d0c480be79b9192de603868d13ee8d71d7446.tar.gz
portlint: remove double "post-install:"; reorder EXTRACT_SUFX.
Diffstat (limited to 'emulators/compat12')
-rw-r--r--emulators/compat12/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/compat12/Makefile b/emulators/compat12/Makefile
index 041e2123a83..b10fbb62762 100644
--- a/emulators/compat12/Makefile
+++ b/emulators/compat12/Makefile
@@ -3,13 +3,13 @@
# Date created: 17 Mar 1998
# Whom: tv@netbsd.org
#
-# $NetBSD: Makefile,v 1.1.1.1 1998/03/17 21:32:54 tv Exp $
+# $NetBSD: Makefile,v 1.2 1998/03/19 11:11:55 frueauf Exp $
#
DISTNAME= compat12
-EXTRACT_SUFX= _${ARCH}.tgz
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_LOCAL}
+EXTRACT_SUFX= _${ARCH}.tgz
ONLY_FOR_ARCHS= amiga atari hp300 i386 mac68k mvme68k pc532 sparc sun3
MAINTAINER= tv@netbsd.org
@@ -23,12 +23,11 @@ pre-configure:
@${INSTALL} -c -m 755 ${FILESDIR}/configure ${WRKSRC}
post-install:
-post-install:
${LDCONFIG} || ${TRUE}
.include <bsd.port.mk>
# for sun3x in 1.3.x, get sun3 package
.if (${ARCH} == "sun3x")
-ARCH= sun3
+ARCH= sun3
.endif