diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-22 10:14:11 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-22 10:14:11 +0000 |
commit | d314f4e8c48354a4af09344ce1d4e66ddb4a6e5d (patch) | |
tree | c25483ef9ceb6335a34ebff7845607b697c70aa9 /sysutils/ipsc | |
parent | 70717dc960c583000dde5acfd950b24bfee36a7a (diff) | |
download | FreeBSD-ports-d314f4e8c48354a4af09344ce1d4e66ddb4a6e5d.zip FreeBSD-ports-d314f4e8c48354a4af09344ce1d4e66ddb4a6e5d.tar.gz |
Corrrect whitespace introduced during PORTNAME conversion and portlint
Diffstat (limited to 'sysutils/ipsc')
-rw-r--r-- | sysutils/ipsc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ipsc/Makefile b/sysutils/ipsc/Makefile index 646f9c7..d8c01b7 100644 --- a/sysutils/ipsc/Makefile +++ b/sysutils/ipsc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipsc -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.2 CATEGORIES= sysutils gnome MASTER_SITES= http://www.interloper.net/~dan/software/dist/ipsc/ DISTNAME= ${PKGNAME}-src @@ -31,7 +31,7 @@ post-extract: pre-build: .if defined(WITH_GNOME) PLIST= ${PKGDIR}/PLIST.gnome -ALL_TARGET= all +ALL_TARGET= all .else ALL_TARGET= ipsc .endif |