diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-09-14 10:35:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-09-14 10:35:32 +0000 |
commit | 1c26a24b673c24e386efc8be0c97224a90c8436e (patch) | |
tree | d6730db22f238259ac8bccb9dfef36aee371f452 /deskutils/gworkspace | |
parent | b5d21791bfa3290776eb6a2b448322f6ba6f7ee9 (diff) |
- cleanup old Makefile location
Notes
Notes:
svn path=/head/; revision=142700
Diffstat (limited to 'deskutils/gworkspace')
-rw-r--r-- | deskutils/gworkspace/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deskutils/gworkspace/Makefile b/deskutils/gworkspace/Makefile index 2629df61d413..59df564b62ba 100644 --- a/deskutils/gworkspace/Makefile +++ b/deskutils/gworkspace/Makefile @@ -30,6 +30,7 @@ MAKE_ENV+= ADDITIONAL_LDFLAGS="${ADDITIONAL_LDFLAGS}" DEFAULT_LIBVERSION2= 0.1.0 PLIST_SUB+= LIBVERSION2=${DEFAULT_LIBVERSION2} PLIST_SUB+= MAJORLIBVERSION2=${DEFAULT_LIBVERSION2:C/([0-9]).*/\1/1} +USE_REINPLACE= yes .if defined(WITHOUT_GHOSTSCRIPT) PLIST_SUB+= PDFVIEW="@comment " @@ -38,4 +39,8 @@ PLIST_SUB+= PDFVIEW="" USE_GHOSTSCRIPT= yes .endif +post-patch: + ${REINPLACE_CMD} -e 's|)/Makefiles|)/Library/Makefiles|' \ + ${WRKSRC}/FSNode/GNUmakefile + .include <bsd.port.mk> |