diff options
author | joerg <joerg> | 2009-01-29 18:00:38 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-01-29 18:00:38 +0000 |
commit | f0d7ee8a0c301c0d8ca08ff1d997b65706a4eab5 (patch) | |
tree | 33793b259d8db226eac18efa1cb96ff6aa6f2f4c /emulators/libspectrum | |
parent | 612e69106c0eab907ba0fac0aa54ec0f7f7722db (diff) | |
download | pkgsrc-f0d7ee8a0c301c0d8ca08ff1d997b65706a4eab5.tar.gz |
Fix missing operator in last commit.
Diffstat (limited to 'emulators/libspectrum')
-rw-r--r-- | emulators/libspectrum/Makefile | 4 |
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} |