diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-09-29 10:08:35 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-09-29 10:08:35 +0000 |
commit | e62f62f6eba45c777d61e2448f5e40b0d32b658f (patch) | |
tree | 143090122633cfe9b498dea84a480218e0dfbd39 | |
parent | 849745edaf395d1c9c3f59d1cb99f8d748ce5e87 (diff) |
- Enable stage support
Notes
Notes:
svn path=/head/; revision=328663
-rw-r--r-- | accessibility/at-poke/Makefile | 1 | ||||
-rw-r--r-- | accessibility/at-poke/pkg-plist | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/accessibility/at-poke/Makefile b/accessibility/at-poke/Makefile index 816999855bf1..893680b00543 100644 --- a/accessibility/at-poke/Makefile +++ b/accessibility/at-poke/Makefile @@ -11,7 +11,6 @@ DIST_SUBDIR= gnome2 MAINTAINER= mva@FreeBSD.org COMMENT= Accessibility testing and poking tool -NO_STAGE= yes USES= gmake pkgconfig USE_GNOME= gnomeprefix libglade2 libgailgnome GNU_CONFIGURE= yes diff --git a/accessibility/at-poke/pkg-plist b/accessibility/at-poke/pkg-plist index 173d9ca33033..e45a89b96c91 100644 --- a/accessibility/at-poke/pkg-plist +++ b/accessibility/at-poke/pkg-plist @@ -1,3 +1,3 @@ bin/at-poke -share/at-poke/at-poke.glade2 -@dirrm share/at-poke +%%DATADIR%%/at-poke.glade2 +@dirrm %%DATADIR%% |