mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Unbreak by fixing pkg-plist
This commit is contained in:
parent
fc7d9d38e2
commit
2bbedd7ca2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147240
2 changed files with 12 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= stamp
|
PORTNAME= stamp
|
||||||
PORTVERSION= 2.0.8
|
PORTVERSION= 2.0.8
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= stamp
|
MASTER_SITE_SUBDIR= stamp
|
||||||
|
@ -17,8 +17,6 @@ COMMENT= Adds a graphical, configurable timestamp to a grayscale image
|
||||||
|
|
||||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||||
|
|
||||||
BROKEN= Incomplete pkg-plist
|
|
||||||
|
|
||||||
USE_GETOPT_LONG=yes
|
USE_GETOPT_LONG=yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
bin/stamp
|
bin/stamp
|
||||||
|
bin/gstamp
|
||||||
share/stamp/fonts/8x10.fnt
|
share/stamp/fonts/8x10.fnt
|
||||||
share/stamp/fonts/8x11snsf.fnt
|
share/stamp/fonts/8x11snsf.fnt
|
||||||
share/stamp/fonts/8x14.fnt
|
share/stamp/fonts/8x14.fnt
|
||||||
|
@ -78,5 +79,15 @@ share/stamp/fonts/t.fnt
|
||||||
share/stamp/fonts/tekton.fnt
|
share/stamp/fonts/tekton.fnt
|
||||||
share/stamp/fonts/thai.fnt
|
share/stamp/fonts/thai.fnt
|
||||||
share/stamp/fonts/thin.fnt
|
share/stamp/fonts/thin.fnt
|
||||||
|
share/stamp/pixmaps/file.xpm
|
||||||
|
share/stamp/pixmaps/gstmpcfg.xpm
|
||||||
|
share/stamp/pixmaps/gtkstamp.xpm
|
||||||
|
share/stamp/pixmaps/stamp.tif
|
||||||
|
share/stamp/pixmaps/stamp.xpm
|
||||||
|
share/stamp/pixmaps/stamp_not_working.xpm
|
||||||
|
share/stamp/pixmaps/stamp_working.xpm
|
||||||
|
share/stamp/pixmaps/transfer_not_working.xpm
|
||||||
|
share/stamp/pixmaps/transfer_working.xpm
|
||||||
@dirrm share/stamp/fonts
|
@dirrm share/stamp/fonts
|
||||||
|
@dirrm share/stamp/pixmaps
|
||||||
@dirrm share/stamp
|
@dirrm share/stamp
|
||||||
|
|
Loading…
Add table
Reference in a new issue