Index: databases/pspg/Makefile =================================================================== --- databases/pspg/Makefile (revision 454700) +++ databases/pspg/Makefile (working copy) @@ -19,6 +19,8 @@ PLIST_FILES= bin/pspg PORTDOCS= README.md +SUB_FILES= pkg-message + OPTIONS_DEFINE= DOCS post-install: Index: databases/pspg/files/pkg-message.in =================================================================== --- databases/pspg/files/pkg-message.in (nonexistent) +++ databases/pspg/files/pkg-message.in (working copy) @@ -0,0 +1,3 @@ +To use pspg as psql pager, add this line to ~/.psqlrc: + +\setenv PAGER '%%PREFIX%%/bin/pspg -bX' Property changes on: databases/pspg/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/pspg/pkg-message =================================================================== --- databases/pspg/pkg-message (revision 454700) +++ databases/pspg/pkg-message (nonexistent) @@ -1,7 +0,0 @@ -To use pspg as psql pager, add this alias: - -$ alias psql="env PAGER='pspg -bX' psql" - -For csh users: - -$ alias psql "env PAGER='pspg -bX' psql" Property changes on: databases/pspg/pkg-message ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property