diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 14:31:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 14:31:06 +0000 |
commit | 399632c0b084d49a4dc3c4403acbc92314c72999 (patch) | |
tree | 4373a04cd43d2143f808073cf6b95c49198d17c6 /emulators | |
parent | 2a7d75f9ce1ebe9b6a0f04983814522db485dc2e (diff) | |
download | pkgsrc-399632c0b084d49a4dc3c4403acbc92314c72999.tar.gz |
Removed trailing white-space.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse91_gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse91_gtk/Makefile b/emulators/suse91_gtk/Makefile index f197775be07..a9d728bbc7c 100644 --- a/emulators/suse91_gtk/Makefile +++ b/emulators/suse91_gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:44 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/09/28 14:31:06 rillig Exp $ DISTNAME= suse_gtk-${SUSE_VERSION} CATEGORIES= emulators @@ -18,7 +18,7 @@ NO_BUILD= YES PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= glib-1.2.10-586.${SUSE_ARCH}.rpm \ - gtk-1.2.10-877.${SUSE_ARCH}.rpm + gtk-1.2.10-877.${SUSE_ARCH}.rpm .include "../../emulators/suse91_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" |