mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Stage support
This commit is contained in:
parent
bab045ed5a
commit
ebd2a04f25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340654
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_GNU_ALPHA}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A small-scale painting program for GNOME
|
COMMENT= Small-scale painting program for GNOME
|
||||||
|
|
||||||
USES= pkgconfig
|
USES= pkgconfig
|
||||||
USE_GNOME= libgnomeprint libgnomeprintui
|
USE_GNOME= libgnomeprint libgnomeprintui
|
||||||
|
@ -19,7 +19,6 @@ GNU_CONFIGURE= yes
|
||||||
PLIST_FILES= bin/gpaint-2 %%DATADIR%%/glade/gpaint.glade
|
PLIST_FILES= bin/gpaint-2 %%DATADIR%%/glade/gpaint.glade
|
||||||
PLIST_DIRS= %%DATADIR%%/glade %%DATADIR%%
|
PLIST_DIRS= %%DATADIR%%/glade %%DATADIR%%
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e \
|
||||||
's|_RESPONSE_DISCARD|_RESPONSE_NO|g' ${WRKSRC}/src/drawing.c
|
's|_RESPONSE_DISCARD|_RESPONSE_NO|g' ${WRKSRC}/src/drawing.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue