diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2006-12-10 10:18:17 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2006-12-10 10:18:17 +0000 |
commit | f6a345a00faaf40c6a558210282981121c1ed006 (patch) | |
tree | cbd3110a65323f9db94345ac4b474f33acc93905 /print/mpage/Makefile | |
parent | Chase Xapian's upgrade. (diff) |
Fix the typo in my last commit. I accidentally committed the wrong version
of the patch.
Approved by: erwin (mentor)
Pointy hat to: gabor
Diffstat (limited to 'print/mpage/Makefile')
-rw-r--r-- | print/mpage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/mpage/Makefile b/print/mpage/Makefile index 72b4b20771ef..9fa71d6c68ed 100644 --- a/print/mpage/Makefile +++ b/print/mpage/Makefile @@ -27,7 +27,7 @@ PLIST_FILES= bin/mpage %%DATADIR%%/CP850.PC %%DATADIR%%/ISO+STD+OTH \ PLIST_DIRS= %%DATADIR%% PORTDOCS= CHANGES COPYING COPYING.LESSER Characters Copyright Encoding.format \ - FAQ NEWS README READM.OS2 README.amiga SCOPTIONS TODO + FAQ NEWS README README.OS2 README.amiga SCOPTIONS TODO post-install: .if !defined(NOPORTDOCS) |