diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-19 02:41:23 +0800 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-19 02:41:23 +0800 |
commit | f54713216f57708e9c91745158cc6bf1fe6cb5c5 (patch) | |
tree | 42c692fea9291c2ba7e0d999266b0fa5dc66db4e /devel | |
parent | 41ec2ae78aebb2c28d87704a98fce73f87bc8733 (diff) | |
download | freebsd-ports-gnome-f54713216f57708e9c91745158cc6bf1fe6cb5c5.tar.gz freebsd-ports-gnome-f54713216f57708e9c91745158cc6bf1fe6cb5c5.tar.zst freebsd-ports-gnome-f54713216f57708e9c91745158cc6bf1fe6cb5c5.zip |
- Fix directory name of hs-byteorder
Congratulations for the typo: pgj
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index df8d987c7c3b..48ae270de3ff 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -597,7 +597,7 @@ SUBDIR += hs-blaze-builder-enumerator SUBDIR += hs-blaze-textual SUBDIR += hs-bsd-sysctl - SUBDIR += hs-bsd-byteorder + SUBDIR += hs-byteorder SUBDIR += hs-bytestring-nums SUBDIR += hs-c2hs SUBDIR += hs-cabal-install |