summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjoerg <joerg>2009-01-29 18:00:38 +0000
committerjoerg <joerg>2009-01-29 18:00:38 +0000
commitf0d7ee8a0c301c0d8ca08ff1d997b65706a4eab5 (patch)
tree33793b259d8db226eac18efa1cb96ff6aa6f2f4c /emulators
parent612e69106c0eab907ba0fac0aa54ec0f7f7722db (diff)
downloadpkgsrc-f0d7ee8a0c301c0d8ca08ff1d997b65706a4eab5.tar.gz
Fix missing operator in last commit.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/libspectrum/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile
index 90eb7e9f4e6..c1530d956fa 100644
--- a/emulators/libspectrum/Makefile
+++ b/emulators/libspectrum/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2009/01/29 17:30:55 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2009/01/29 18:00:38 joerg Exp $
DISTNAME= libspectrum-0.5.0.1
CATEGORIES= emulators
@@ -15,7 +15,7 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
DOCDIR= ${PREFIX}/share/doc/libspectrum
-INSTALLATION_DIRS ${DOCDIR}
+INSTALLATION_DIRS= ${DOCDIR}
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/libspectrum.txt ${DESTDIR}${DOCDIR}