diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-11-07 01:26:38 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-11-07 01:26:38 +0800 |
commit | c69815c66a1ed7d396536deb498c2956a6f0ca25 (patch) | |
tree | c18f2502ad09c5307e38261c0731cf9eb94a2588 /math/pgcalc | |
parent | 47e0be8153b6b407c789307ff76fccb3713006d4 (diff) | |
download | freebsd-ports-gnome-c69815c66a1ed7d396536deb498c2956a6f0ca25.tar.gz freebsd-ports-gnome-c69815c66a1ed7d396536deb498c2956a6f0ca25.tar.zst freebsd-ports-gnome-c69815c66a1ed7d396536deb498c2956a6f0ca25.zip |
- Fix pkg-plist.
- Pet portlint, remove wihtepace and set INSTALLS_ICONS.
PR: ports/104863
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Diffstat (limited to 'math/pgcalc')
-rw-r--r-- | math/pgcalc/Makefile | 3 | ||||
-rw-r--r-- | math/pgcalc/pkg-plist | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/math/pgcalc/Makefile b/math/pgcalc/Makefile index 5f52e72d7c1b..d513c0ca3a37 100644 --- a/math/pgcalc/Makefile +++ b/math/pgcalc/Makefile @@ -14,9 +14,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A powerful scientific skinnable calculator USE_QT_VER= 3 -USE_KDELIBS_VER= 3 +USE_KDELIBS_VER= 3 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 +INSTALLS_ICONS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/math/pgcalc/pkg-plist b/math/pgcalc/pkg-plist index f14b20f2d95d..3ac121513cf2 100644 --- a/math/pgcalc/pkg-plist +++ b/math/pgcalc/pkg-plist @@ -126,10 +126,6 @@ share/doc/HTML/en/pgcalc2/index.cache.bz2 %%DOCSDIR%%/var_dlg1.png @dirrm %%DOCSDIR%% share/icons/hicolor/32x32/apps/pgcalc2.png -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/32x32 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons share/applnk/Office/PGCalculator/pgcalc2.desktop share/applnk/Office/PGCalculator/pgcalc2-BHP49G.desktop share/applnk/Office/PGCalculator/pgcalc2-Metallic.desktop |