mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
- Switch to options helpers
- Regenerate patches with `make makepatch`
This commit is contained in:
parent
156652fef4
commit
aa7fb25cf3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403999
3 changed files with 8 additions and 7 deletions
|
@ -35,7 +35,9 @@ post-patch:
|
|||
@${REINPLACE_CMD} 's/<regex\.h>/<gnuregex.h>/' ${WRKSRC}/src/gdkxft.c
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdkxft.so
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdkxft.so
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- capplet/Makefile.in.orig Thu Apr 4 23:37:06 2002
|
||||
+++ capplet/Makefile.in Thu Apr 4 23:39:17 2002
|
||||
@@ -103,7 +103,8 @@
|
||||
--- capplet/Makefile.in.orig 2002-01-29 17:44:25 UTC
|
||||
+++ capplet/Makefile.in
|
||||
@@ -103,7 +103,8 @@ ZVT_LIBS = @ZVT_LIBS@
|
||||
|
||||
INCLUDES = \
|
||||
-DDATADIR=\"$(datadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \
|
||||
|
@ -10,4 +10,3 @@
|
|||
|
||||
|
||||
LDADD = \
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- src/gdkxft.conf.orig Fri Nov 30 22:51:52 2001
|
||||
+++ src/gdkxft.conf Sat Dec 29 15:44:29 2001
|
||||
--- src/gdkxft.conf.orig 2001-11-30 13:51:52 UTC
|
||||
+++ src/gdkxft.conf
|
||||
@@ -1,8 +1,2 @@
|
||||
!*
|
||||
--urw-*
|
||||
|
|
Loading…
Add table
Reference in a new issue