diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-22 10:14:11 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-22 10:14:11 +0000 |
commit | 960543ecef69ee80e8cef4cb3a22e623071440c5 (patch) | |
tree | 22c4a6d0707e9e2799eaacf878b9d4e2ffbc4e02 /sysutils/ipsc | |
parent | 9647ca36cdba95e38253de912be65e456bd59da0 (diff) | |
download | ports-960543ecef69ee80e8cef4cb3a22e623071440c5.tar.gz ports-960543ecef69ee80e8cef4cb3a22e623071440c5.zip |
Notes
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 646f9c702b2e..d8c01b738dfe 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 |