diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2011-06-20 19:35:51 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2011-06-20 19:35:51 +0000 |
commit | 9eb9521064d2f7443177dedf1076ba0df9681429 (patch) | |
tree | 4ee842524539332b4274349a3b7ff239b5df16dd /print/psutils-a4 | |
parent | a7cf188844dbffc3fcb395e287120e25c54e7535 (diff) | |
download | ports-9eb9521064d2f7443177dedf1076ba0df9681429.tar.gz ports-9eb9521064d2f7443177dedf1076ba0df9681429.zip |
- Fix build when CC=clang.
- Style fixes.
- Add MASTER_SITES.
- Take maintainership.
PR: ports/158074
Notes
Notes:
svn path=/head/; revision=275920
Diffstat (limited to 'print/psutils-a4')
-rw-r--r-- | print/psutils-a4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/psutils-a4/Makefile b/print/psutils-a4/Makefile index 02d4ea1220c3..ab00106ad128 100644 --- a/print/psutils-a4/Makefile +++ b/print/psutils-a4/Makefile @@ -8,6 +8,6 @@ PAPERSIZE= a4 MASTERDIR= ${.CURDIR}/../psutils-letter -CONFLICTS= psutils-letter-* +CONFLICTS= psutils-letter-[0-9]* .include "${MASTERDIR}/Makefile" |