diff options
author | naddy <naddy@FreeBSD.org> | 2004-12-20 06:48:00 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2004-12-20 06:48:00 +0800 |
commit | fd1d3c78f173697f997cf50a949b366e40eb6d44 (patch) | |
tree | 92e3dcc61c1998f40baedb5b3be241abe3044ded /math/galculator/Makefile | |
parent | e10d42fbbbf2ad51f40acbc098d504f2a83a25c2 (diff) | |
download | freebsd-ports-gnome-fd1d3c78f173697f997cf50a949b366e40eb6d44.tar.gz freebsd-ports-gnome-fd1d3c78f173697f997cf50a949b366e40eb6d44.tar.zst freebsd-ports-gnome-fd1d3c78f173697f997cf50a949b366e40eb6d44.zip |
Don't leave extra directory after uninstall.
Submitted by: kris (pointyhat)
Diffstat (limited to 'math/galculator/Makefile')
-rw-r--r-- | math/galculator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile index 946c7fb55e51..1144da998b71 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -7,7 +7,7 @@ PORTNAME= galculator PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |